Created
April 18, 2012 20:57
-
-
Save srohde/2416501 to your computer and use it in GitHub Desktop.
Install Redis
This file contains hidden or 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
cd redis-2.4.10 | |
make | |
sudo mv src/redis-server /usr/bin/ | |
sudo mv src/redis-cli /usr/bin/ | |
redis-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment