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 |