Ubuntu安装Redis

通过wget获取安装包:
wget http://download.redis.io/redis-stable.tar.gz
解压到当前目录:
tar xzf redis-stable.tar.gz 
 
安装gcc环境:
sudo apt-get install gcc
 
make MALLOC=libc
 
sudo make install
redis-server 

posted @ 2016-01-13 15:25  Tiago2014  阅读(256)  评论(0编辑  收藏  举报