@valkey/valkey-glide
    Preparing search index...

    Class BitFieldIncrBy

    Represents the "INCRBY" subcommand for increasing or decreasing bits in the binary representation of the string stored in key.

    Implements

    Index

    Constructors

    Methods

    Constructors

    • Creates an instance of BitFieldIncrBy

      Parameters

      • encoding: BitEncoding

        The bit encoding for the subcommand.

      • offset: BitFieldOffset

        The offset in the array of bits where the value will be incremented.

      • increment: number

        The value to increment the bits in the binary value by.

      Returns BitFieldIncrBy

    Methods