vertx / io.vertx.rxjava.redis / RedisTransaction / brpop

brpop

open fun brpop(key: String, seconds: Int, handler: Handler<AsyncResult<String>>): RedisTransaction

Remove and get the last element in a list, or block until one is available

Parameters

key - Key string identifying a list to watch

seconds - Timeout in seconds

handler - Handler for the result of this call.

Return