Skip to content

Instantly share code, notes, and snippets.

@hfeeki
Last active January 3, 2016 20:19
Show Gist options
  • Save hfeeki/8513928 to your computer and use it in GitHub Desktop.
Save hfeeki/8513928 to your computer and use it in GitHub Desktop.
Install new redis in ubuntu
wget http://download.redis.io/releases/redis-2.8.4.tar.gz
tar xzf redis-2.8.4.tar.gz
cd redis-2.8.4
make
sudo make install
cd utils
sudo ./install_server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment