Uses of Class
org.infinispan.server.resp.commands.sortedset.ZRANGE
Packages that use ZRANGE
-
Uses of ZRANGE in org.infinispan.server.resp.commands.sortedset
Subclasses of ZRANGE in org.infinispan.server.resp.commands.sortedsetModifier and TypeClassDescriptionclassValid start and stop must start with ( or [, in order to specify if the range item is respectively exclusive or inclusive.classReturns all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).classThis command is likeZRANGE, but stores the result in thedestination key. classReturns the specified range of elements in the sorted set stored at key.classWhen 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.classReturns all the elements in the sorted set at key with a score between max and min (including elements with score equal to max or min).