Skip to content

Instantly share code, notes, and snippets.

@johnmdonahue
Created February 28, 2012 00:52
Show Gist options
  • Save johnmdonahue/1928225 to your computer and use it in GitHub Desktop.
Save johnmdonahue/1928225 to your computer and use it in GitHub Desktop.
Quick Redis Install
$ 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