Skip to content

Instantly share code, notes, and snippets.

@lazybios
Created March 30, 2015 14:32
Show Gist options
  • Save lazybios/f14b1ed6b4f6bfda0f07 to your computer and use it in GitHub Desktop.
Save lazybios/f14b1ed6b4f6bfda0f07 to your computer and use it in GitHub Desktop.
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