Created
May 28, 2014 15:42
-
-
Save pythonicrubyist/b0adcaeec09a6f2e41a5 to your computer and use it in GitHub Desktop.
redis on Mac OSX Mavericks
This file contains 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
# installing redis server | |
mkdir /usr/local/var/log | |
mkdir /usr/local/var/db | |
brew install redis | |
# start redis server | |
redis-server /usr/local/etc/redis.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment