BITOPCombine strings bitwise into a destination key.
| Syntax | BITOP AND|OR|XOR|NOT destkey key [key ...] |
| Group | string |
| Arity | -4 |
| Since | 1.0.0 |
| Flags | write |
| Complexity | O(N) over the longest source; on a multi-shard server each source is read on its own shard and the result written on the destination's |
| Redis compatibility | differs: the DIFF / DIFF1 / ANDOR / ONE operators of Redis 8.2 are a syntax error |