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

posted @ 2022-05-30 17:49  小黑狐狸1001  阅读(22)  评论(0)    收藏  举报