Skip to content

Instantly share code, notes, and snippets.

@johnmdonahue
Created February 16, 2012 06:38
Show Gist options
  • Save johnmdonahue/1842698 to your computer and use it in GitHub Desktop.
Save johnmdonahue/1842698 to your computer and use it in GitHub Desktop.
Redis Git Install Mac
git clone git://github.com/antirez/redis.git && cd redis
git checkout v2.0.4-stable
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment