Skip to content

Instantly share code, notes, and snippets.

@rchrd2
Created January 18, 2015 03:37
Show Gist options
  • Select an option

  • Save rchrd2/ceae787b5cd5ba304997 to your computer and use it in GitHub Desktop.

Select an option

Save rchrd2/ceae787b5cd5ba304997 to your computer and use it in GitHub Desktop.
Redis output
nst>brew install redis
==> Downloading http://download.redis.io/releases/redis-2.8.12.tar.gz
######################################################################## 100.0%
==> make -C /private/tmp/redis-qA8O/redis-2.8.12/src CC=clang
==> 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.12: 10 files, 1.3M, built in 9 seconds
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment