vertx / io.vertx.rxjava.redis / RedisTransaction / infoSection

infoSection

open fun infoSection(section: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get information and statistics about the server

Parameters

section - Specific section of information to return

handler - Handler for the result of this call.

Return