04:29:04 GMT hey 20:51:44 GMT yp 20:51:47 GMT err 20:51:47 GMT yo 22:15:11 GMT running into a strange issue where my sentinels all agree that my redis instances are s_down and o_down even though redis is clearly connectable from the sentinel instances 22:20:34 GMT oh, nevermind ha 23:44:33 GMT Hi everyone. I was wondering, could someone show me how to use the redis-cli to use an image as the key and as the value. I know this is not a good use case, but I still like to know how. 23:46:14 GMT I see examples of an SDK but not CLI. 23:56:22 GMT user@ubuntu:~/redis-3.0.7$ echo -n $'set \x01 \x02' | ./src/redis-cli OK user@ubuntu:~/redis-3.0.7$ echo -n $'get \x01' | ./src/redis-cli "\x02" 23:57:00 GMT I mean from bashes point of view that is binary, but unclear if its binary in Redis. Also, not sure how to use something like a file vs that tiny example.