Skip to content

Instantly share code, notes, and snippets.

@pythonicrubyist
Created May 28, 2014 15:42
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 pythonicrubyist/b0adcaeec09a6f2e41a5 to your computer and use it in GitHub Desktop.
Save pythonicrubyist/b0adcaeec09a6f2e41a5 to your computer and use it in GitHub Desktop.
redis on Mac OSX Mavericks
# 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