Profile
Sign out
menu
create
New Post
My learned
Sign In
Search By Label
All
Html
CSS
Javascript
NodeJs
Ruby
Ruby On Rails
React
Vue
Angular
NextJs
Webpack
Heroku
Postgres
Express
Typescript
Helpers
Sass
Shell
Elasticsearch
Software
Microservices
Git
Iterm
V Scode
Vscode
Shorcut
Sidekiq
Databases
Npm
Terminal
Python
Api Design
Security
Docker
Ai
Anti Pattern
Flask
Aws
Unlabeled
Mongo Db
Redis
Big O
Design System
Axios
Kubernetes
Llm
Cloudflare
Lazy Vim
System Design
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
.