Created
April 9, 2012 07:16
-
-
Save guileen/2342085 to your computer and use it in GitHub Desktop.
install redis
This file contains 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
# 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