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

原文地址:https://www.cnblogs.com/peteremperor/p/11302809.html