linux redis-6.0.5 部署
1、下载Redis redis-6.0.5.tar.gz
解压 tar xzf + Redis包
mv redis-6.0.5 /usr/local/redis
进入 Redis文件安装
cd /usr/local/redis
安装依赖文件
yum install gcc-c++
yum -y install centos-release-scl
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-binutils
临时生效
scl enable devtoolset-9 bash
永久生效
echo "source /opt/rh/devtoolset-9/enable" >>/etc/profile
make 安装
运行redis
./src/redis-server redis.conf
相关推荐
MRFENGG 2020-11-11
rainandtear 2020-10-30
xiemanR 2020-09-21
王道革 2020-11-25
wangdonghello 2020-11-03
Langeldep 2020-11-16
chenhualong0 2020-11-16
聚合室 2020-11-16
koushr 2020-11-12
guoyanga 2020-11-10
fackyou00 2020-11-10
Orangesss 2020-11-03
dongCSDN 2020-10-31
Quietboy 2020-10-30
liuyulong 2020-10-29
fansili 2020-10-29
温攀峰 2020-10-23
jackbon 2020-10-19