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

    Interface BitFieldSubCommands

    Represents subcommands for the bitfield or bitfieldReadOnly commands.

    interface BitFieldSubCommands {
        toArgs(): string[];
    }

    Implemented by

    Index

    Methods

    Methods

    • Returns the subcommand as a list of string arguments to be used in the bitfield or bitfieldReadOnly commands.

      Returns string[]

      The subcommand as a list of string arguments.