Redis cluster/ load balancing
问题 Redis doesnt support master master replication. In the redis tutorial I can see that there is a configuration , with 6 nodes, 3 master, 3 slaves, Can any one tell me what is the aim of this configuration(slaves are for fail-over , what is the purpose of 3 master ?) My requirement is to reduce number of connection made from the app server to Redis . so I was looking for a way where I can point to multiple redis nodes , so if I create a key from redis node 1, I can delete that key from Redis