suspend fun RedisClient.blpopAwait(key: String, seconds: Int): JsonArray
Suspending version of method io.vertx.redis.RedisClient.blpop
key
- Key string identifying a list to watch
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisClient using Vert.x codegen.