https://www.cnblogs.com/zhenghengbin/p/9119728.html 我根據(jù)這篇課程寫的總結(jié),也有源碼下載:https://github.com/runzhenghengbin/redis
2018-05-31
https://blog.csdn.net/m0_38110132/article/details/76906422
2018-05-27
老師說的事務(wù)中出現(xiàn)問題,隊(duì)列中其他命令還會(huì)執(zhí)行,但是我測(cè)試不會(huì)執(zhí)行了呀,會(huì)自動(dòng)discard
2018-05-27
連接報(bào)錯(cuò)的同學(xué)可以看下這篇博客,https://blog.csdn.net/oxinliang12/article/details/52279143
2018-05-19
需要注釋掉redis.conf 文件中的 bind 127.0.0.1
連接的時(shí)候需關(guān)閉防火墻,命令如下 sudo service iptables stop ,需要注釋掉bind127.0.0.1 ,設(shè)置protected-mode為NO。
可還是 redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
連接的時(shí)候需關(guān)閉防火墻,命令如下 sudo service iptables stop ,需要注釋掉bind127.0.0.1 ,設(shè)置protected-mode為NO。
可還是 redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
2018-05-12
老是講的挺好的,基本每個(gè)命令都講解了,挺詳細(xì)的,真的是我在immoc上看過的最好的視頻,后續(xù)可以再拓展下啊
2018-05-11