Skip to content

Instantly share code, notes, and snippets.

@AlvaWymer
Forked from tomysmile/mac-setup-redis.md
Created August 7, 2020 12:25
Show Gist options
  • Save AlvaWymer/cd10b3fd2387f983e3c8ce466e724e4d to your computer and use it in GitHub Desktop.
Save AlvaWymer/cd10b3fd2387f983e3c8ce466e724e4d to your computer and use it in GitHub Desktop.
Brew install Redis on Mac

type below:

brew install redis

To have launchd start redis now and restart at login:

brew services start redis

Or, if you don't want/need a background service you can just run:

redis-server /usr/local/etc/redis.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment