Class ZREMRANGEBYRANK
java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.sortedset.internal.ZREMRANGE
org.infinispan.server.resp.commands.sortedset.ZREMRANGEBYRANK
- All Implemented Interfaces:
Resp3Command
ZREMRANGEBYRANK
- Since:
- 15.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.infinispan.server.resp.commands.sortedset.internal.ZREMRANGE
ZREMRANGE.Type
-
Field Summary
Fields inherited from class org.infinispan.server.resp.RespCommand
log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.server.resp.commands.sortedset.internal.ZREMRANGE
aclMask, perform
Methods inherited from class org.infinispan.server.resp.RespCommand
extractKeys, fromByteBuf, getArity, getFirstKeyPos, getLastKeyPos, getName, getSteps, handleException, hasValidNumberOfArguments, match, size, toString
-
Constructor Details
-
ZREMRANGEBYRANK
public ZREMRANGEBYRANK()
-