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

    Enumeration BitwiseOperation

    Enumeration defining the bitwise operation to use in the bitop command. Specifies the bitwise operation to perform between the passed in keys.

    Index
    AND: "AND"
    NOT: "NOT"
    OR: "OR"
    XOR: "XOR"