BITOPCombine strings bitwise into a destination key.
| 语法 | BITOP AND|OR|XOR|NOT destkey key [key ...] |
| 分组 | string |
| 参数个数 | -4 |
| 起始版本 | 1.0.0 |
| 标志 | write |
| 复杂度 | 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 兼容性 | differs: the DIFF / DIFF1 / ANDOR / ONE operators of Redis 8.2 are a syntax error |