摘要: yum -y install bind-utils 阅读全文
posted @ 2019-06-16 16:15 carjayal 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 1.redis集群创建时报错:Sorry, can't connect to node ip,端口等都配置正确的话,还需要将redis.conf文件中的密码注释掉 # requirepass 123456 2.redis集群创建时报错:in `call': ERR Slot 15495 is alr 阅读全文
posted @ 2019-06-16 16:12 carjayal 阅读(1913) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/u/2306127/blog/1833285?from=groupmessage nfs的使用:https://blog.csdn.net/weixin_36171533/article/details/82627920 http://redisdoc. 阅读全文
posted @ 2019-06-16 16:07 carjayal 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: yum安装ruby: yum install -y rubyyum install -y rubygems //安装rubygemgem install redis //安装redis的接口包gem list //查看接口包是否安装成功 https://blog.51cto.com/chenql/1 阅读全文
posted @ 2019-06-16 16:03 carjayal 阅读(197) 评论(0) 推荐(0) 编辑
摘要: yum -y install gcc automake autoconf libtool make 阅读全文
posted @ 2019-06-16 15:57 carjayal 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 最佳:https://blog.51cto.com/13447608/2351957 次之:https://www.jianshu.com/p/65c4baadf5d9 末等:https://juejin.im/post/5c989ff2f265da60f206ffe4#heading-6 持久化r 阅读全文
posted @ 2019-06-16 15:56 carjayal 阅读(3199) 评论(0) 推荐(0) 编辑
摘要: 报错现象:http://www.javacoder.cn/?p=1381 解决之道:https://blog.csdn.net/feinifi/article/details/84786147 Redis使用主从复制+哨兵搭建的高并发高可用集群:https://gitee.com/jthinking 阅读全文
posted @ 2019-06-16 15:50 carjayal 阅读(664) 评论(0) 推荐(0) 编辑