et condition dans le client redis
Print"Hii")
Colorful Caracal
Print"Hii")
redis> SET key1 "foobar"
OK
redis> SET key2 "abcdef"
OK
redis> BITOP AND dest key1 key2
(integer) 6
redis> GET dest
"`bc`ab"