vertx / io.vertx.reactivex.redis / RedisClient / infoSection

infoSection

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

Get information and statistics about the server

Parameters

section - Specific section of information to return

handler - Handler for the result of this call.

Return