kevy

BITOP

Combine strings bitwise into a destination key.

SyntaxBITOP AND|OR|XOR|NOT destkey key [key ...]
Groupstring
Arity-4
Since1.0.0
Flagswrite
ComplexityO(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 compatibilitydiffers: the DIFF / DIFF1 / ANDOR / ONE operators of Redis 8.2 are a syntax error

← All commands