摘要: 1、本次安装redis7,官方网站 https://redis.io/download/。 2、安装gcc yum install -y gcc 3、解压 tar zxvf redis-7.0.11.tar.gz -C /usr/local/ 4、编译 cd /usr/local/redis-7.0 阅读全文
posted @ 2023-04-21 19:36 苦逼yw 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 1、influxdb官网下载 https://mirrors.tuna.tsinghua.edu.cn/influxdata/yum/el7-x86_64/ 2、安装rpm包 yum install -y influxdb2-2.4.0.x86_64.rpm 3、启动 systemctl enabl 阅读全文
posted @ 2023-04-21 19:35 苦逼yw 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 本次部署有3个节点,一个master,2个node。其中maser是192.168.18.11,node分别是192.168.18.12、192.168.18.12。 一、在master:192.168.18.11上 1、前提条件安装docker,并修改/etc/docker/daemon.json 阅读全文
posted @ 2023-04-21 16:02 苦逼yw 阅读(253) 评论(0) 推荐(0) 编辑