Last active
August 29, 2015 14:09
-
-
Save oleksandr-diudiun/5ccb83dd4ce633de3e9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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