vertx / io.vertx.reactivex.redis / RedisTransaction / configGet

configGet

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

Return