vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / watchManyAwait

watchManyAwait

suspend fun RedisTransaction.watchManyAwait(keys: List<String>): String

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

Parameters

keys - List of keys to watch

Return

String

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