java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.sortedset.ZRANGE
All Implemented Interfaces:
Resp3Command
Direct Known Subclasses:
ZRANGEBYLEX, ZRANGEBYSCORE, ZRANGESTORE, ZREVRANGE, ZREVRANGEBYLEX, ZREVRANGEBYSCORE

public class ZRANGE extends RespCommand implements Resp3Command
Returns the specified range of elements in the sorted set stored at .

ZRANGE can perform different types of range queries: by index (rank), by the score,or by lexicographical order.

Starting with Redis 6.2.0, this command can replace the following commands:

Since:
15.0
See Also: