Redis Clustering

There are plans to clusterize redis.

Basic idea is: 1 Master and x Replicas Every node knows the status of the cluster. Client connects to node, if data is not on the node a "-moved " is returned, now the client needs to connect to this ip to get the data. Smart clients can request a hashslot overview and decide with that overview from which nodes the data can be retrieved.

More info on Redis Cluster