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