97.redis5安装
发表于
mysql
分类,标签:
03
11月
2023
0
1.依赖包安装yum -y install cpp binutils glibc glibc-kernheaders glibc-common glibc-devel gcc make gcc-c++ libstdc++-devel tcl2.安装包准备官网https://redis.io下载最新版rediswget http://download.redis.io/releases/redis-4.0.14.tar.gztar -zxvf redis-5.0.14.tar.gz3.编译安装mv redis-5.0.14 rediscd redismakemake...