vertx / io.vertx.reactivex.redis / RedisTransaction / rxBlpopMany

rxBlpopMany

open fun rxBlpopMany(keys: MutableList<String>, seconds: Int): Single<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

Return