Skip to content

Instantly share code, notes, and snippets.

@guileen
Created April 9, 2012 07:16
Show Gist options
  • Save guileen/2342085 to your computer and use it in GitHub Desktop.
Save guileen/2342085 to your computer and use it in GitHub Desktop.
install redis
# install redis
git clone git://github.com/antirez/redis.git ~/redis
cd ~/redis
git checkout unstable
make
make install
echo run `pwd`/utils/install_server to install service
echo TODO make presharding
echo https://github.com/wangmh/distr-redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment