Skip to content

Instantly share code, notes, and snippets.

@shhider
Last active June 4, 2018 03:30
Show Gist options
  • Save shhider/39f62a6cc93e973f28da00f094668fd2 to your computer and use it in GitHub Desktop.
Save shhider/39f62a6cc93e973f28da00f094668fd2 to your computer and use it in GitHub Desktop.
mac, macOS, install, redis, start at login

Install and manage

Install Redis By Homebrew

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