Uses of Class
org.infinispan.server.resp.commands.sortedset.ZRANGE

Packages that use ZRANGE
  • Uses of ZRANGE in org.infinispan.server.resp.commands.sortedset

    Modifier and Type
    Class
    Description
    class 
    Valid start and stop must start with ( or [, in order to specify if the range item is respectively exclusive or inclusive.
    class 
    Returns 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).
    class 
    This command is like ZRANGE, but stores the result in the destination key.
    class 
    Returns the specified range of elements in the sorted set stored at key.
    class 
    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.
    class 
    Returns 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).