Skip to content

Instantly share code, notes, and snippets.

@yano3
Created June 26, 2014 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yano3/4a8630946ef7f68c7ac2 to your computer and use it in GitHub Desktop.
Save yano3/4a8630946ef7f68c7ac2 to your computer and use it in GitHub Desktop.
brew install redis
$ brew install redis
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/redis-2.8.11.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring redis-2.8.11.mavericks.bottle.tar.gz
==> Caveats
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/2.8.11: 10 files, 1.3M
$ ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents/
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment