Home / node / Commands / enumerations / BitwiseOperation @valkey/valkey-glide
@valkey/valkey-glide / Commands / BitwiseOperation
Enumeration: BitwiseOperation
Enumeration defining the bitwise operation to use in the bitop command. Specifies the bitwise operation to perform between the passed in keys.
Enumeration Members
AND
AND:
"AND"
NOT
NOT:
"NOT"
OR
OR:
"OR"
XOR
XOR:
"XOR"