vertx / io.vertx.rxjava.redis / RedisTransaction / blpop

blpop

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

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