Skip to content

Instantly share code, notes, and snippets.

@crapthings
Created December 25, 2015 03:41
Show Gist options
  • Save crapthings/9db308384da53ec3d015 to your computer and use it in GitHub Desktop.
Save crapthings/9db308384da53ec3d015 to your computer and use it in GitHub Desktop.
redis
To have launchd start redis at login:
ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents
Then to load redis now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Or, if you don't want/need launchctl, you can just run:
redis-server /usr/local/etc/redis.conf
==> Summary
🍺 /usr/local/Cellar/redis/3.0.3: 9 files, 892K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment