03:11:26 GMT Hi, I use bgrewriteaof command but the size of aof file does not shrink, how can i find the problem? 04:05:23 GMT How can I configure the location of temporary file for bgrewriteaof? 07:14:18 GMT citaret: might be because there is nothing to shrink anymore 07:14:28 GMT citaret: the temporary file is always located next to the real file 11:20:57 GMT badboy_: my eof file is on a mounted disk, however, when rewriting, the temporary file is write to the root disk. I wonder if it is related to the unsufficient memory. 13:08:48 GMT sentinel question: let's say i have two redis instances, master and slave, and 10 sentinels. What happends if I failover the master to slave, so slave is master, master is dead, then restarts sentinel. The configuration only specifies the masters, not the slaves, so it won't work anymore? 13:15:48 GMT oO why so many sentinels? 13:20:58 GMT fbred: Sentinel will persist its state into the configuration file 13:21:10 GMT it is therefore able to monitor the running instances after a restart 13:21:30 GMT and it will detect slaves from that automatically 14:07:19 GMT badboy_, the number of sentinels was just an example :) 14:07:21 GMT badboy_, thanks for the info 16:59:48 GMT In Redis 4.0 partial resync NOT happening when slave instance restarted, instead full re-sync happens. 17:58:00 GMT In Redis 4.0 partial synchronization not working when slave instance restarted 20:41:16 GMT hello 20:41:23 GMT can anybody tell me what the /0 means in redis://127.0.0.1:6379/0? 20:43:25 GMT i see its the database number. 20:43:33 GMT does it make more sense to run another instance, or just use another db number? 20:51:35 GMT usually it makes more sense to set up an extra instance 21:20:57 GMT Hey 21:29:15 GMT What would be good naming practices for if I had an xyz location STRING pointing to a myobject:[uuid] MAP? 21:30:05 GMT STRING location:[x]:[y]:[z] ==> myobject:[uuid]?