Redis thực hiện HOẶC chỉ như một phép toán Bit.
Ví dụ:
redis> SET key1 "foobar"
OK
redis> SET key2 "abcdef"
OK
redis> BITOP AND dest key1 key2
(integer) 6
redis> GET dest
"`bc`ab"
Bạn có thể biết thêm về điều này trên http://redis.io/commands/bitop