wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
make test
sudo make install
cd utils
sudo ./install_server.sh
sudo service redis_6379 start|stop
# 开发默认启动
sudo update-rc.d redis_6379 defaults
http://redis.io/topics/quickstart
http://happycasts.github.io/089-resque.html

本文介绍如何从源码安装Redis,并进行基本的配置与服务管理。包括下载源码包、解压、编译、测试及安装过程。此外还提供了启动与停止Redis服务的方法。
1350

被折叠的 条评论
为什么被折叠?



