vertx / io.vertx.redis / RedisTransaction / infoSection

infoSection

abstract 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.

Since
Redis 1.0.0 group: server