Centos7软件安装系列【四】安装redis

 #安装
cd /home/software
tar xzf redis-4.0.9.tar.gz
cd redis-4.0.9
make MALLOC=libc
echo "export REDIS_HOME=/home/software/redis-4.0.9" >> /etc/profile
echo "export PATH=\$PATH:\$REDIS_HOME/src" >> /etc/profile
source /etc/profile

#测试
redis-server redis.conf

   转载规则


《Centos7软件安装系列【四】安装redis》 Euler 采用 知识共享署名 4.0 国际许可协议 进行许可。
  目录