vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / brpopManyAwait

brpopManyAwait

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

Suspending version of method io.vertx.redis.RedisTransaction.brpopMany

Parameters

keys - List of key strings identifying lists to watch

seconds - Timeout in seconds

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.