vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / watchAwait

watchAwait

suspend fun RedisTransaction.watchAwait(key: String): String

Watch the given keys to determine execution of the MULTI/EXEC block

Parameters

key - Key to watch

handler - Handler for the result of this call.

Return