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

watchManyAwait

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

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

Parameters

keys - List of keys to watch

handler - Handler for the result of this call.

Return