vertx / io.vertx.reactivex.redis / RedisClient / zrevrange

zrevrange

open fun zrevrange(key: String, start: Long, stop: Long, options: RangeOptions, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Return a range of members in a sorted set, by index, with scores ordered from high to low

Parameters

key - Key string

start - Start index for the range

stop - Stop index for the range - inclusive

options - Range options

handler - Handler for the result of this call.

Return