CRITICAL:yum.cli:Config error: Error accessing file for config file:///root/++
2017-12-07
Redis应用场景: 1.缓存 2、任务队列 3、应用排行榜 4、网站访问统计 5、数据过期处理
6、分布式集群架构中的Session 分离
6、分布式集群架构中的Session 分离
2017-12-06
现在了解redis了,实际应用自己在网上搜吧,我已经实践过了.
https://www.cnblogs.com/cnmenglang/p/6424236.html
https://www.cnblogs.com/cnmenglang/p/6424236.html
2017-11-24
* 提示time out错误 需要再iptables防火墙上添加上6379端口 并重启防火墙服务
* 提示connection refuse错误 需要注释掉redis.conf 文件中的 bind 127.0.0.1
* 提示JedisDataException错误 需要将redis.conf文件中的protect-mode 置为no
最后重启redis ~
* 提示connection refuse错误 需要注释掉redis.conf 文件中的 bind 127.0.0.1
* 提示JedisDataException错误 需要将redis.conf文件中的protect-mode 置为no
最后重启redis ~
2017-11-19