使用Linux版Redis 1、下载 # wget http://download.redis.io/releases/redis-3.2.9.tar.gz 2、解压 # tar -xzf redis-3.2.9.tar.gz 3、编译 # cd redis-3.2.9 <