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