open fun configGet(parameter: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Get the value of a configuration parameter
parameter - Configuration parameter
parameter
handler - Handler for the result of this call.
handler
Return