Redis报Could not connect to Redis at 127.0.0.1:6379: Connection refused
用terminal连接redis时出现错误:Could not connect to Redis at 127.0.0.1:6379: Connection refused
修改redis.conf文件
/usr/local/redis/bin
将daemonize no 修改为 daemonize yes
启动
sudo ./redis-server redis.conf
ps -ef | grep redis