vertx / io.vertx.rxjava.redis / RedisClient / rxBrpop

rxBrpop

open fun rxBrpop(key: String, seconds: Int): Single<JsonArray>

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

Return