wget http://download.redis.io/releases/redis-5.0.5.tar.gz
tar zxvf redis-5.0.5.tar.gz
make&&make test&&make install
安裝完成:redis
redis-server
redis-cli
root@iZbp1anc6yju2dks3nw5j0Z:~# redis-cli 127.0.0.1:6379> ping PONG 127.0.0.1:6379> ping hello,world "hello,world" 127.0.0.1:6379> shutdown not connected>