vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / configGetAwait

configGetAwait

suspend fun RedisTransaction.configGetAwait(parameter: String): String

Get the value of a configuration parameter

Parameters

parameter - Configuration parameter

handler - Handler for the result of this call.

Return