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

    Class BitFieldSet

    Represents the "SET" subcommand for setting bits in the binary representation of the string stored in key.

    Implements

    Index

    Constructors

    Methods

    Constructors

    • Creates an instance of BitFieldSet

      Parameters

      • encoding: BitEncoding

        The bit encoding for the subcommand.

      • offset: BitFieldOffset

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

      • value: number

        The value to set the bits in the binary value to.

      Returns BitFieldSet

    Methods