Redis fait OR uniquement en tant qu'opération Bit.
Par exemple :
redis> SET key1 "foobar"
OK
redis> SET key2 "abcdef"
OK
redis> BITOP AND dest key1 key2
(integer) 6
redis> GET dest
"`bc`ab"
Vous pouvez en savoir plus à ce sujet sur http://redis.io/commands/bitop