01:13:26 GMT Woudl there be a reason that my sorted sets never grow larger than 180 entries? 01:31:28 GMT Gurft: i think there is a setting 01:31:33 GMT that you might have to raise? 01:31:53 GMT i recall a setting similar to that that had to deal with the number of bits used to store it 01:36:17 GMT Actually I was digging into my code and for some reason my ZADD is returning 0, trying to figure out why. 01:50:08 GMT I figured it out. I was confused how sorted sets worked, and was storing the same value multiple times, but with different scores, so the score was updated. 07:50:33 GMT jon-mac: the setting only determines the internal representation, it will never dictate how much data can go in 21:49:35 GMT If i'm using sentinel, should I have 2 processes running on my master (redis-server and redis-sentinel)? 21:57:59 GMT if you want to, yes, it's fine