vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / setWithOptionsAwait

setWithOptionsAwait

suspend fun RedisTransaction.setWithOptionsAwait(key: String, value: String, options: SetOptions): String

Set the string value of a key

Parameters

key - Key of which value to set

value - New value for the key

options - Set options

handler - Handler for the result of this call.

Return