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