suspend fun RedisTransaction.brpopManyAwait(keys: List<String>, seconds: Int): String
Suspending version of method io.vertx.redis.RedisTransaction.brpopMany
keys
- List of key strings identifying lists to watch
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.