Could not connect to Redis at 127.0.0.1:6379: Connection refused

看崔庆才老师爬虫教程中redis安装

一、mac安装用brew install redis

二、启动

命令行中输入

redis-cli

弹出Could not connect to Redis at 127.0.0.1:6379: Connection refused

网上搜索了下解决办法。

https://www.douban.com/note/299598252/

上面说没有启动redis

三、启动redis

首先cd到redis.conf文件所在的文件夹,然后按照图中的启动

redis.conf文件在usr/local/etc目录下,先cd到redis.conf文件所在文件夹

终端中输入

cd /usr/local/etc

sudo redis-server ./redis.conf

好了,出现图中,显示成功启动redis数据库


Could not connect to Redis at 127.0.0.1:6379: Connection refused_第1张图片

你可能感兴趣的:(Could not connect to Redis at 127.0.0.1:6379: Connection refused)