Skip to content

Instantly share code, notes, and snippets.

@samklr
Created March 24, 2015 14:24
Show Gist options
  • Save samklr/8a6657fc0124ee11d881 to your computer and use it in GitHub Desktop.
Save samklr/8a6657fc0124ee11d881 to your computer and use it in GitHub Desktop.
sudo apt-get -y install build-essential tcl8.5
wget http://download.redis.io/releases/redis-2.8.7.tar.gz
tar -xvf redis-2.8.7.tar.gz
cd redis-2.8.7
cd redis-2.8.7
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment