redis cluster环境搭建

环境搭建

http://blog.51cto.com/zhoushouby/1560400

http://hot66hot.iteye.com/blog/2050676

ruby环境安装---ruby版本要2.0以上

http://blog.csdn.net/shuai825644975/article/details/53446621

注意redis.conf中的这个配置项 cluster-require-full-coverage 需要设置为no,表示当集群节点(哈希槽不完成)不完整时,其他节点依然可以提供查询服务,

默认情况下只要哈希槽不完整,那么整个集群不再提供服务。

redis cluster趟坑记

http://www.infoq.com/cn/articles/csair-mobile-redis-cluster-pit-record/#

redis多实例启动脚本

http://blog.csdn.net/Stubborn_Cow/article/details/51352679

原文地址:https://www.cnblogs.com/dongruiha/p/8400115.html