ubuntu 14.04 설치 redis stable
430 단어 redis install
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