kevy

BITOP

Combine 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

← 全部命令