vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / configSetAwait

configSetAwait

suspend fun RedisTransaction.configSetAwait(parameter: String, value: String): String

Set a configuration parameter to the given value

Parameters

parameter - Configuration parameter

value - New value

handler - Handler for the result of this call.

Return