Skip to content

Instantly share code, notes, and snippets.

@joemccann
Created December 11, 2011 03:12
Show Gist options
  • Select an option

  • Save joemccann/1457998 to your computer and use it in GitHub Desktop.

Select an option

Save joemccann/1457998 to your computer and use it in GitHub Desktop.
redis-install
# 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