16:31:12 GMT My guys, i am a newbie in Redis. I wonder if anyone can advice how we can store MYSQL table in Redis; what's the best practice? 16:34:39 GMT as a newbie i kind of developed a solution where i query mysql and store the resuts in redis. I have assigned the json response to a key in redis. But i suspect thats its not the right approach to assign such a big string value to a key. Can you please advise me on the best way of storing this json response in redis, so that i can read this cached result later? Thanks 21:08:04 GMT I've read through the FAQ and tutorials and I still don't have this question answered: In the basic redis cluster setup, 6 nodes - 3 masters, 3 slaves, should killing a master result in its slave being promoted, or is the cluster considered down because it needs a 4th master/slave to take over? Thanks for your patience :) 21:11:31 GMT In my test I can see the master has failed, but the slave has not been promoted: http://desh.es/s/201706061496783426.png 21:12:26 GMT Oh clearly I'm blind. The slave was promoted. 21:13:20 GMT glad we could help :)