Skip to content

Instantly share code, notes, and snippets.

@jorgepedret
Created February 18, 2014 19:32
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 jorgepedret/9078209 to your computer and use it in GitHub Desktop.
Save jorgepedret/9078209 to your computer and use it in GitHub Desktop.
Installing/Updating redis
wget http://download.redis.io/releases/redis-2.8.6.tar.gz
tar xzf redis-2.8.6.tar.gz
cd redis-2.8.6
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment