Skip to content

Instantly share code, notes, and snippets.

@witooh
Created July 10, 2014 03:42
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 witooh/94a916fa82f89826986c to your computer and use it in GitHub Desktop.
Save witooh/94a916fa82f89826986c to your computer and use it in GitHub Desktop.
Ubuntu install redis
sudo add-apt-repository -y ppa:rwky/redis
sudo apt-get update
sudo apt-get install -y redis-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment