Skip to content

Instantly share code, notes, and snippets.

@carlosipe
Created February 17, 2014 13:19
Show Gist options
  • Select an option

  • Save carlosipe/9050330 to your computer and use it in GitHub Desktop.

Select an option

Save carlosipe/9050330 to your computer and use it in GitHub Desktop.
cd /tmp
wget http://download.redis.io/releases/redis-2.8.6.tar.gz
tar xzf redis-2.*
cd redis*
make
sudo make install
cd utils
sudo ./install_server.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment