Created
July 11, 2013 09:32
-
-
Save speier/5974014 to your computer and use it in GitHub Desktop.
install redis-server via ppa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. apt-get install software-properties-common | |
2. add-apt-repository ppa:chris-lea/redis-server | |
3. apt-get update | |
4. apt-get install redis-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
service redis-server restart