vertx / io.vertx.reactivex.redis / RedisTransaction / rxBrpopMany

rxBrpopMany

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

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