09:19:40 GMT kaos01: working with sentinel? make sure the former master is added as slave to the current master correctly (redis-cli -p monitor). in general this https://redis.io/topics/sentinel should have enough info to get it running properly 09:32:10 GMT also it be nice if the client ccan figure out if its talking to a sentinal or just plain master 09:32:27 GMT so one coudl dns alias to sentinal or plain redis isntance 09:50:54 GMT build such a client^^ 09:57:03 GMT thanks :) 09:57:41 GMT more curious as if there is a way to abstract if client is connection to a redis or sentinel 09:59:32 GMT so i restarted my down master it became slave but the new master dont see it 10:00:09 GMT * +convert-to-slave slave which i guess happened but the slave dont show up on the master 11:10:15 GMT this is driving me nuts i have a single master up yet sentinel says: master0:name=mymaster,status=sdown,address=121.280.124.141:6379,slaves=1,sentinels=3 16:21:33 GMT ppl tell me i'm using redis wrong with ; https://f.perlbot.pl/p/5aniq5 16:21:59 GMT is there an easier way to just keep 'last 8 values' over iterations of this? 16:24:22 GMT ah lpop and rpush seem applicable :D 16:44:07 GMT much better :) https://f.perlbot.pl/p/df65vf