06:18:26 GMT I'm really confused with how the out ZSET's scores were produced via the WEIGHTS argument in this: https://redis.io/commands/zunionstore 06:18:51 GMT I've tried playing around with it myself, but I can't figure it out 06:21:06 GMT for instance, in the example in the link above, what's the math that resulted in "one" having a score of 5, and "two" having a score of 10/ 06:29:04 GMT ahhh 06:29:12 GMT Figured it out, it's all good 06:59:47 GMT can someone please help me: I've added the elements to a sorted set: `zadd myset 1486718100 "a"`, `zadd myset 1486725300 "b"` and `zadd myset 1486741500 "c"` 07:01:24 GMT when I ask for the first element with `zrange myset 0 1486725299 withscores` I get all elements back 07:01:30 GMT https://www.irccloud.com/pastebin/Vme9ZLA7/ 07:02:26 GMT even when I ask funny things, I get all elements back: `zrange myset 0 1486725 withscores` 07:02:42 GMT https://www.irccloud.com/pastebin/3Eb3RVvx/ 07:43:46 GMT I've used the wrong operation. I should use zrangebyscore - not orange. 07:43:57 GMT s/orange/zrange 09:45:33 GMT Hi 09:46:00 GMT i've got some questions about sentinel 09:46:33 GMT 'ive configured a master->slave redis with HA env with sentinel and haproxy 09:47:43 GMT everything works as expected, but in a test of slave connection failure , sentinel stay stuck 09:48:09 GMT "last-ok-ping-reply"=>"4368612", "last-ping-reply"=>"4368612" 09:48:33 GMT precision in my context, sentinel are working under supervisord 09:51:48 GMT after restart sentinel via supervisorctl, the state becomes ok 09:52:52 GMT does someone have already seen this problem ? 11:03:34 GMT how to install redis server using src and making it run as service 11:03:46 GMT i have installeed redis 4.0 from source 11:03:59 GMT how to run it as service 11:11:08 GMT write or grab a service configuration for your operating system 11:55:06 GMT more info about my problem 11:55:20 GMT sentinel slaves 11:55:24 GMT flags", "slave", "link-pending-commands", "112", "link-refcount", "1", "last-ping-sent", "0", "last-ok-ping-reply", "4139945", "last-ping-reply", "4139945", "down-after-milliseconds", "5000" 11:55:48 GMT the check seems to keep this information and do not test anymore the slave status 14:08:41 GMT Hi. Does anyone use redis-commander? 14:09:12 GMT I started it before looking for redis on port 4100 but now I am starting it with `redis-commander` so no port but it's still trying to find it on port 4100 and getting connection refused errors endlessly 14:09:53 GMT ah, sorry. it's ~/.redis-commander 14:09:56 GMT nvm 21:57:48 GMT Anyone know if pipeline feature works on a redis-cluster? looking for latest on this https://github.com/nrk/predis/issues/267 and this https://groups.google.com/forum/#!msg/redis-db/4I0ELYnf3bk/Lrctk0ULm6AJ