Profile
Sign out
menu
create
New Post
My learned
Sign In
Setup Redis on MacOs
Redis
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
.
arrow_back
back