Skip to content

Instantly share code, notes, and snippets.

@dalibor
Created December 28, 2011 15:28
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 dalibor/1528343 to your computer and use it in GitHub Desktop.
Save dalibor/1528343 to your computer and use it in GitHub Desktop.
Redis Ubuntu
# install Redis on Ubuntu
sudo apt-get install redis-server
# Start Redis server
sudo service redis-server start
# Stop Redis server
sudo service redis-server stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment