vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / blpopManyAwait

blpopManyAwait

suspend fun RedisTransaction.blpopManyAwait(keys: List<String>, seconds: Int): String

Remove and get the first element in any of the lists, or block until one is available

Parameters

keys - List of key strings identifying lists to watch

seconds - Timeout in seconds

handler - Handler for the result of this call.

Return