10:26:11 GMT Hi :) 10:26:52 GMT I have a redis slave instance trying to reach to wrong master, my sentinel sees it and sent it a reboot with the right master address, but the slave keeps connecting to the wrong one.. Any idea ? 11:25:24 GMT hi, I have problems with counting user actions using hyperloglog structure. I'm using uuid as user id and the error ratio is way higher than expected. For ~10k unique uuids, I get ~1.5k of them considered to be repeated, which gives very hight error ratio - around 15%. Any idea why is that? Is that expected behaviour? 12:53:55 GMT Hello, My redis keys are being lost before the TTL time, it's correct? https://pastebin.com/Di7CCS2m 13:29:27 GMT Someone could help me please? 14:13:45 GMT xdexter: someone/something is deleting them 14:13:51 GMT use MONITOR to see all commands sent 14:14:32 GMT Hi badboy_, right 14:14:36 GMT redis-cli monitor | grep test, like this? 14:18:55 GMT Ok, i did this and unfortunately it did not show anything in monitor, but the key is gone. 19:14:09 GMT Hi guys, currently we are running 12 redis instances (all on their own docker containers) and 3 of those instances have a low fragmentation ratio. The redis uses a max of 150MB and we are giving 1.5G for each of those instances which is already way too much and our container memory request limit is 3G. Can someone shed some light on this, help us with why redis is having a low fragmentation ratio even after having so much memory? 22:19:23 GMT When using ZSCAN, is the order of iteration defined?