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
Had that issue with
homebrew MacOS
the problem was some sort of permission missing on/usr/local/var/log
directory see issue hereIn order to solve it I deleted the
/usr/local/var/log
and reinstall redisbrew reinstall redis
After installing
redis
, type fromterminal
:And Redis-Server will be started