摘要: centos7安装redis5 单节点编译安装脚本 安装位置/opt/redis5 把脚本保存到redis.sh,执行sh redis.sh 也可以分步执行每一行 关闭防火墙:systemctl stop firewalld #!/bin/bash redisHome=/opt/redis5 bin 阅读全文
posted @ 2020-12-21 18:09 java拌饭 阅读(438) 评论(0) 推荐(0) 编辑