Created
February 28, 2012 00:52
-
-
Save johnmdonahue/1928225 to your computer and use it in GitHub Desktop.
Quick 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
$ wget http://redis.googlecode.com/files/redis-2.4.8.tar.gz | |
$ tar xzf redis-2.4.8.tar.gz | |
$ cd redis-2.4.8 | |
$ make | |
# Start the server | |
$ src/redis-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment