Class ZREVRANGEBYLEX

All Implemented Interfaces:
Resp3Command

public class ZREVRANGEBYLEX extends ZRANGE implements Resp3Command
When all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering, this command returns all the elements in the sorted set at key with a value between max and min. Apart from the reversed ordering, ZREVRANGEBYLEX is similar to ZRANGEBYLEX. As of Redis version 6.2.0, this command is regarded as deprecated. It can be replaced by ZRANGE.
Since:
15.0
See Also: