01 2023 档案
摘要:1.准备三台机器搭建redis集群 机器ip分别为: 10.0.5.61 10.0.5.102 10.0.5.74 2.在各个机器上安装redis yum install -y http://rpms.famillecollet.com/enterprise/remi-release-7.rpm y
阅读全文
摘要:1.下载etcd ETCD_VERSION='3.5.4' wget https://github.com/etcd-io/etcd/releases/download/v${ETCD_VERSION}/etcd-v${ETCD_VERSION}-linux-amd64.tar.gz tar -xv
阅读全文
摘要:curl -fsSL https://rpm.nodesource.com/setup_16.x | bash - yum install -y nodejs yum install gcc-c++ make -y curl -sL https://dl.yarnpkg.com/rpm/yarn.r
阅读全文