vertx / io.vertx.redis / RedisTransaction / zrevrangebylex

zrevrangebylex

abstract fun zrevrangebylex(key: String, max: String, min: String, options: LimitOptions, handler: Handler<AsyncResult<String>>): RedisTransaction

Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low

Parameters

key - Key string

max - Pattern defining a maximum value

min - Pattern defining a minimum value

options - Limit options

handler - Handler for the result of this call.

Since
Redis 2.8.9 group: sorted_set