Skip to content

Instantly share code, notes, and snippets.

View dsp1589's full-sized avatar
πŸ’­
Coding

dhana dsp1589

πŸ’­
Coding
View GitHub Profile
@tomysmile
tomysmile / mac-setup-redis.md
Last active April 28, 2025 11:58
Brew install Redis on Mac

type below:

brew update
brew install redis

To have launchd start redis now and restart at login:

brew services start redis