abstract fun brpopMany(keys: MutableList<String>, seconds: Int, handler: Handler<AsyncResult<String>>): RedisTransaction
Remove and get the last element in any of the lists, or block until one is available
keys - List of key strings identifying lists to watch
handler - Handler for the result of this call.
Since
Redis 2.0.0 group: list