wget http://download.redis.io/redis-stable.tar.gz
tar xzf redis-stable.tar.gz
sudo apt-get install gcc
make MALLOC=libc
sudo make install
redis-server
Ubuntu安装Redis
原文:http://www.cnblogs.com/Tiago/p/5127419.html