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
More info on Redis Cluster
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
More info on Redis Cluster