menu

Search By Label

Install Redis from terminal using brew:
brew install redis

Run service:
brew services start redis

Verify service is working:
redis-cli ping

If it is configured properly, you will get the response PONG.