Redis BITOP - execute bitoperations on multiple bitsets
Perform a bitwise operation between multiple keys (containing string values) and store the result in the destination key
redisBitOp(operation, destkey, sourcekeys, ...)
operation |
bit operation as character: 'AND', 'OR', 'XOR', 'NOT' |
destkey |
destination key where the resulting bit operation will be stored |
sourcekeys |
one or more source keys subject to the bit operations |
... |
Optional additional arguments. Specify |
the counted bits as an integer value
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.