All Implemented Interfaces:
Resp3Command

public class ZREVRANGE extends ZRANGE implements Resp3Command
Returns the specified range of elements in the sorted set stored at key. The elements are considered to be ordered from the highest to the lowest score. Descending lexicographical order is used for elements with equal score. Apart from the reversed ordering, ZREVRANGE is similar to ZRANGE. Array reply: list of elements in the specified range (optionally with their scores). Deprecated since 6.2.0, replaced by ZRANGE
Since:
15.0
See Also: