07:20:09 GMT Can someone confirm my assumption -> REDIS in a master/read-only-slave setup. Clients cannot pop a value on a read-only slave, a value can only be popped on a master. Is that correct ? 08:35:25 GMT what can be the best monitoring practises for redis 08:35:27 GMT ? 09:43:32 GMT so "zipmap" means basically the trick described here: http://oldblog.antirez.com/post/redis-weekly-update-7.html ? 09:43:53 GMT when i read 'zip' i always thought that redis used compression under the hood, to achieve memory to spare 11:15:03 GMT is a zinterstore going to be faster/slower when one of the two input sets is a normal set? 13:20:50 GMT anyone interested in answering: https://stackoverflow.com/questions/39468717/is-a-zinterstore-going-to-be-faster-slower-when-one-of-the-two-input-sets-is-a-n 15:02:18 GMT Hi! I would like to set up a dev-box VM for contributing to Redis. Can somebody recommend a VM image that will get me started as soon as possible? 15:03:43 GMT Should I just use a standard linux distro image (e.g. Ubuntu)? Has anyone made a custom VM that eliminates setup work? 15:06:56 GMT if you're not running linux on your desktop, yeah, a standard linux distro in a VM should work fine 15:07:24 GMT just apt-get install build-essentials and git, clone redis and you're ready to get started (or at least i think so) 15:08:22 GMT yeah, seems straight forward: https://github.com/antirez/redis#building-redis 15:17:41 GMT when i read 'zip' i always thought that redis used compression under the hood, to achieve memory to spare 15:17:59 GMT but, "zipmap" means basically the trick described here: http://oldblog.antirez.com/post/redis-weekly-update-7.html ? 15:18:01 GMT right? 15:34:39 GMT not having read that article, i can neither confirm nor deny :D 15:37:23 GMT why this chan is dead? :( 15:37:37 GMT it's as alive as always 17:06:28 GMT Anyone setup redis with stunnel/SSL ? I can connect to the stunnel/redis but all comands tell me Connection reset by peer. Non-SSL/Stunnel works fine 22:40:10 GMT what data type is the serializedlength of an redis object when I'm trying to calculate how much memory it consumes? 22:42:46 GMT bytes? 23:34:19 GMT is there a config file parameter to get the slaves to set name= (when viewed by doing a client list on the master)?