vertx / io.vertx.rxjava.redis / RedisTransaction / rxBlpop

rxBlpop

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

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

Return