centos7 源码安装reids 6
yum install gcc g++ tcl make net-tools
wget https://download.redis.io/releases/redis-6.2.6.tar.gz
tar xvf redis-6.2.6.tar.gz
cd redis-6.2.6/src
make && make install
yum install gcc g++ tcl make net-tools
wget https://download.redis.io/releases/redis-6.2.6.tar.gz
tar xvf redis-6.2.6.tar.gz
cd redis-6.2.6/src
make && make install
