Redis’ cluster solution will not be available until version 3.0, so currently there is no cluster solution for redis itself.
If you need to use multiple redis instances, you can use a load balancing tool such as HaProxy to point all connection addresses to the proxy, and the proxy will allocate response requests according to rules.
In addition, redis has a development version of the service monitoring component, sentinel.
Redis’ cluster solution will not be available until version 3.0, so currently there is no cluster solution for redis itself.
If you need to use multiple redis instances, you can use a load balancing tool such as HaProxy to point all connection addresses to the proxy, and the proxy will allocate response requests according to rules.
In addition, redis has a development version of the service monitoring component, sentinel.
A problem with the redis cluster solution is that it uses a lot of memory