Redis的集群方案之Sentinel(哨兵模式)(待实践)
Posted Jim
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redis的集群方案之Sentinel(哨兵模式)(待实践)相关的知识,希望对你有一定的参考价值。
哨兵模式是主从切换的一种方案,但是可以借助此方案实现集群,达到高可用。
先收集教程,待实践。
参考:
https://redis.io/topics/sentinel(官方文档)
http://blog.csdn.net/pi9nc/article/details/17735653
https://my.oschina.net/dyyweb/blog/513680
https://stackoverflow.com/questions/31143072/redis-sentinel-vs-clustering
http://www.imooc.com/article/4260
http://canonind.blog.51cto.com/8239025/1899939
https://segmentfault.com/q/1010000003941096/
http://www.jianshu.com/p/faabfcdf825d
http://blog.csdn.net/donggang1992/article/details/50981341
http://lib.csdn.net/article/redis/35914
以上是关于Redis的集群方案之Sentinel(哨兵模式)(待实践)的主要内容,如果未能解决你的问题,请参考以下文章