Uses of Class
org.infinispan.server.resp.commands.sortedset.internal.ZREMRANGE
Packages that use ZREMRANGE
-
Uses of ZREMRANGE in org.infinispan.server.resp.commands.sortedset
Subclasses of ZREMRANGE in org.infinispan.server.resp.commands.sortedsetModifier and TypeClassDescriptionclassWhen all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering, this command removes all elements in the sorted set stored at key between the lexicographical range specified by min and max.classRemoves all elements in the sorted set stored at key with rank between start and stop.classRemoves all elements in the sorted set stored at key with a score between min and max (inclusive).