CRITICAL:yum.cli:Config error: Error accessing file for config file:///root/++
2017-12-07
這幾種類型用在那些場景下 。 我記得我有做過一個項目 列表是redis數(shù)據(jù)好像用的string 存儲的字符串
2017-12-06
Redis應(yīng)用場景: 1.緩存 2、任務(wù)隊列 3、應(yīng)用排行榜 4、網(wǎng)站訪問統(tǒng)計 5、數(shù)據(jù)過期處理
6、分布式集群架構(gòu)中的Session 分離
6、分布式集群架構(gòu)中的Session 分離
2017-12-06
現(xiàn)在了解redis了,實際應(yīng)用自己在網(wǎng)上搜吧,我已經(jīng)實踐過了.
https://www.cnblogs.com/cnmenglang/p/6424236.html
https://www.cnblogs.com/cnmenglang/p/6424236.html
2017-11-24
* 提示time out錯誤 需要再iptables防火墻上添加上6379端口 并重啟防火墻服務(wù)
* 提示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