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: 另尋其他絕徑!!!