Skip to content

Instantly share code, notes, and snippets.

@andymccurdy
Created March 12, 2012 17:04
Show Gist options
  • Save andymccurdy/2023383 to your computer and use it in GitHub Desktop.
Save andymccurdy/2023383 to your computer and use it in GitHub Desktop.
cd ~
rm -rf redis
git clone https://github.com/antirez/redis.git
cd redis
make
cp src/redis-server /usr/local/bin/
cp src/redis-cli /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment