Ali cloud server apt-get install redis error

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

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

 

 

solve:

vim /etc/redis/redis.conf

Check to see if there is not the same directory profile redis.conf

If there is:

Modify bind: 127.0.0.1 :: 1 to bind: 127.0.0.1   solve

if there is not:

ps: find other absolute path !!!

Guess you like

Origin www.cnblogs.com/changtao/p/12123016.html