安装gcc
https://pan.baidu.com/s/1ZMXXzEhTdWZcKi2vs6Ndhg
rpm-Uvh*.rpm--nodeps--force
安装redis
cd redis-3.2.8/deps/
#编译依赖
make geohash-int hiredis jemalloc linenoise lua
#转换目录
cd ..
#编译Redis
make && make install
#转换目录 cd utils/
#使用脚本安装服务
./install_server.sh
#启动服务
systemctl start redis_6379
systemctl status redis_6379
#停止firewalld服务systemctl stop firewalld