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

    Interface BitEncoding

    Represents a signed or unsigned argument encoding for the bitfield or bitfieldReadOnly commands.

    interface BitEncoding {
        toArg(): string;
    }

    Implemented by

    Index

    Methods

    Methods

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

      Returns string

      The encoding as a string argument.