abstract fun configGet(parameter: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Get the value of a configuration parameter
parameter - Configuration parameter
handler - Handler for the result of this call.
Since
Redis 2.0.0 group: server