Could not connect to Redis at 127.0.0.1:6379: Conn

2019-03-08 04:43发布

Using homebrew to install Redis but when i try to ping to Redis it show this error.

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

Note : I try to turn off firewall and edit conf file also cannot. I using macOS Sierra and homebrew version 1.1.11

8条回答
The star\"
2楼-- · 2019-03-08 05:35

Had that issue with homebrew MacOS the problem was some sort of permission missing on /usr/local/var/log directory see issue here

In order to solve it I deleted the /usr/local/var/log and reinstall redis brew reinstall redis

查看更多
疯言疯语
3楼-- · 2019-03-08 05:36

After installing redis, type from terminal:

redis-server

And Redis-Server will be started

查看更多
登录 后发表回答