All Implemented Interfaces:
Resp3Command

public class ZRANGEBYLEX extends ZRANGE implements Resp3Command
Since:
15.0
See Also:
  • ZRANGEBYLEX Valid start and stop must start with ( or [, in order to specify if the range item is respectively exclusive or inclusive. The special values of + or - for start and stop have the special meaning or positively infinite and negatively infinite strings, so for instance the command ZRANGEBYLEX myzset - + is guaranteed to return all the elements in the sorted set, if all the elements have the same score. As of Redis version 6.2.0, this command is regarded as deprecated. It can be replaced by ZRANGE.