Redis-client安装配置

Catalogue
  1. Redis-client安装配置

Redis-client安装配置

下载

https://redis.io/download

1
2
3
4
wget http://download.redis.io/releases/redis-5.0.7.tar.gz
tar xzf redis-5.0.7.tar.gz
cd redis-5.0.7
make

src/redis-cli