vertx / io.vertx.redis / RedisTransaction / configGet

configGet

abstract fun configGet(parameter: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get the value of a configuration parameter

Parameters

parameter - Configuration parameter

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: server