Skip to content

Instantly share code, notes, and snippets.

@srohde
Created April 18, 2012 20:57
Show Gist options
  • Save srohde/2416501 to your computer and use it in GitHub Desktop.
Save srohde/2416501 to your computer and use it in GitHub Desktop.
Install Redis
cd redis-2.4.10
make
sudo mv src/redis-server /usr/bin/
sudo mv src/redis-cli /usr/bin/
redis-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment