阿里雲服務器 apt-get 安裝redis報錯


1.Job for redis-server.service failed because a timeout was exceeded.

See "systemctl status redis-server.service" and "journalctl -xe" for details.

 

 

解決:

vim /etc/redis/redis.conf

檢查看看 相同目錄下有沒有這個redis.conf配置文件

如果有:

修改 bind:127.0.0.1 ::1  為 bind:127.0.0.1  解決

如果沒有:

ps: 另尋其他絕徑!!!


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM