Now that Redis Cluster comes with sharding, replication and automatic failover, do i still need to use Sentinel for failover handling?

ε祈祈猫儿з 提交于 2020-01-17 06:40:11

问题


Now that Redis Cluster comes with sharding, replication and automatic failover, do i still need to use Sentinel for failover handling ?


回答1:


No. Sentinel is for managing the availability and providing service discovery when using Redis in single instance mode (single-master/one-or-more-slaves). When using Redis in cluster mode, Sentinel isn't needed.



来源:https://stackoverflow.com/questions/44361898/now-that-redis-cluster-comes-with-sharding-replication-and-automatic-failover

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!