摘要:
安装环境与工具 yum -y install wget vim tcl gcc make 下载 redis wget wget https://download.redis.io/releases/redis-7.0.12.tar.gz 上传 redis-7.0.12.tar.gz 到三台服务器 / 阅读全文
摘要:
一、 准备工作 1. 确认环境 swapoff -a //关闭swap setenforce 0 //临时关闭selinux 每台机器的ip和uuid不能一样 cat /sys/class/dmi/id/product_uuid //每台机器的uuid不能相同 ifconfig -a //ip不能相 阅读全文