Class BITFIELD_RO
java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.bitmap.BITFIELD
org.infinispan.server.resp.commands.bitmap.BITFIELD_RO
- All Implemented Interfaces:
BaseResp3Command, Resp3Command
Executes the Redis BITFIELD_RO command.
The BITFIELD command is a versatile tool for manipulating bitfields stored in Redis strings.
It allows for setting, getting, and incrementing arbitrary-width signed and unsigned integers
at any position within the string.
This implementation supports the GET, SET, and INCRBY subcommands, along with the OVERFLOW
option for fine-grained control over increment and set operations that exceed the specified
integer size.
- Since:
- 16.2
- See Also:
-
Field Summary
Fields inherited from class RespCommand
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RespCommand
aclMask, extractKeys, fromByteBuf, fromString, getArity, getFirstKeyPos, getLastKeyPos, getName, getSteps, handleException, hasValidNumberOfArguments, match, size, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface BaseResp3Command
aclMask
-
Constructor Details
-
BITFIELD_RO
public BITFIELD_RO()
-