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

watchAwait

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

Suspending version of method io.vertx.redis.RedisTransaction.watch

Parameters

key - Key to watch

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.