Skip to content

Instantly share code, notes, and snippets.

@oleksandr-diudiun
Last active August 29, 2015 14:09
Show Gist options
  • Save oleksandr-diudiun/5ccb83dd4ce633de3e9f to your computer and use it in GitHub Desktop.
Save oleksandr-diudiun/5ccb83dd4ce633de3e9f to your computer and use it in GitHub Desktop.
brew install 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
# Add support to PHP
brew install php56-redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment