You need Redis running, which you can do if you've Brew-installed it like this:
brew services start redis
brew services stop redis
On Linux you can run in like this ( assuming you installed the service ):
sudo systemctl start redis
sudo systemctl stop redis