redis连接时报错:Could not connect to Redis at 127.0.0.1:6379: Connection refused

在/etc目录下找到redis.conf

将daemonize no 修改为 daemonize yes

再输入 redis-server /usr/local/etc/redis.conf

redis-cli

 

posted @ 2019-08-05 14:31  Mr.peter  阅读(1030)  评论(0编辑  收藏  举报