Created
March 30, 2015 14:32
-
-
Save lazybios/f14b1ed6b4f6bfda0f07 to your computer and use it in GitHub Desktop.
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
git clone [email protected]:antirez/redis.git | |
cd redis | |
make; make install #应该是 sudo make install | |
cd utils | |
sudo ./install_server.sh | |
sudo service redis_6379 start|stop | |
sudo update-rc.d redis_6379 defaults |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment