vertx / io.vertx.reactivex.redis / RedisClient / rxBrpopMany

rxBrpopMany

open fun rxBrpopMany(keys: MutableList<String>, seconds: Int): Single<JsonArray>

Remove and get the last 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

Return