1. 程式人生 > >Redis的集群方案之Sentinel(哨兵模式)(待實踐)

Redis的集群方案之Sentinel(哨兵模式)(待實踐)

tps log csdn mooc 實現 tail net sentinel .net

哨兵模式是主從切換的一種方案,但是可以借助此方案實現集群,達到高可用。

先收集教程,待實踐。

參考:

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(哨兵模式)(待實踐)