Created
December 11, 2011 03:12
-
-
Save joemccann/1457998 to your computer and use it in GitHub Desktop.
redis-install
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
| # You probably shouldn't use this | |
| rm -f `which redis-server` | |
| wget http://redis.googlecode.com/files/redis-2.4.10.tar.gz | |
| tar -xf redis-2.4.10.tar.gz | |
| cd redis-2.4.10 | |
| make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment