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

    Interface BitFieldOffset

    Represents an offset for an array of bits for the bitfield or bitfieldReadOnly commands.

    interface BitFieldOffset {
        toArg(): string;
    }

    Implemented by

    Index

    Methods

    Methods

    • Returns the offset as a string argument to be used in the bitfield or bitfieldReadOnly commands.

      Returns string

      The offset as a string argument.