Class BITFIELD_RO

All Implemented Interfaces:
BaseResp3Command, Resp3Command

public class BITFIELD_RO extends BITFIELD
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:
  • Constructor Details

    • BITFIELD_RO

      public BITFIELD_RO()