suspend fun RedisTransaction.blpopManyAwait(keys: List<String>, seconds: Int): String
Suspending version of method io.vertx.redis.RedisTransaction.blpopMany
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.