当前位置:网站首页>搭建主从模式集群redis
搭建主从模式集群redis
2022-07-02 18:23:00 【夏诗曼CharmaineXia】
安装单机reids详细教程:https://blog.csdn.net/CharmaineXia/article/details/125297843?spm=1001.2014.3001.5502
一个主节点(master)可以有多个从节点(slave),一个从节点只能有一个主节点。
每台redis都默认自己是主节点,所以只配置从机,不用配置主机。
搭建一主二从集群
三台服务器都装好redis,先配置好一台从机的配置文件,然后把配置文件复制到其他从机即可。
方法1.配置文件配置从机(永久,重启生效)
①编辑从机配置文件
vi /home/admin/redis/redis-5.0.7/theRedisConf/redis.conf
添加上master的IP或主机及端口号
replicaof 192.168.xxx.xxx 6379
配置完重启生效。
方法2.命令配置从机(即时生效,但redis服务重启就失效了)
①进度客户端,查看当前库信息
redis-cli -p 6379 或者进到src下执行 ./redis-cli -p 6379
info replication
127.0.0.1:6379> info replication
# Replication
role:master #角色是master
connected_slaves:0 # 没有从机
master_replid:04caec4cc89fb5a3e5515c90f91d4e4922fe6e6b
master_replid2:0000000000000000000000000000000000000000
master_repl_offset:0
second_repl_offset:-1
repl_backlog_active:0
repl_backlog_size:1048576
repl_backlog_first_byte_offset:0
repl_backlog_histlen:0
②设置从机的主节点
SLAVEOF 主机的IP 6379
查看设置以后的库信息
info replication
#从机中查看
127.0.0.1:6379> info replication
# Replication
role:slave #角色变成了从机
master_host:192.168.60.83 #主机的IP地址
master_port:6379 #主机中redis的端口号
master_link_status:down
#在主机中查看
127.0.0.1:6379> info replication
# Replication
role:master
connected_slaves:2
slave0:ip=192.168.60.84,port=6379,state=online,offset=14,lag=0
slave1:ip=192.168.60.85,port=6379,state=online,offset=14,lag=1
master_replid:8e296970ccfa0ebd6dff8416e1d21d8f892d0dab
三台配置完成后:
依次启动redis服务,先启动主节点,后启动从节点。
cd /
./usr/local/bin/redis-server /home/admin/redis/redis-5.0.7/theRedisConf/redis.conf
主从复制的原理:
边栏推荐
- Develop fixed asset management system, what voice is used to develop fixed asset management system
- [100 cases of JVM tuning practice] 01 - introduction of JVM and program counter
- [test development] takes you to know what software testing is
- 使用xml文件打印mybaties-log插件的方式
- High frequency interview questions
- Date tool class (updated from time to time)
- 2022 compilation principle final examination recall Edition
- ICDE 2023|TKDE Poster Session(CFP)
- Imitation Jingdong magnifying glass effect (pink teacher version)
- Horizontal ultra vires and vertical ultra vires [easy to understand]
猜你喜欢
Develop fixed asset management system, what voice is used to develop fixed asset management system
机器学习笔记 - 时间序列预测研究:法国香槟的月销量
思维意识转变是施工企业数字化转型成败的关键
新手必看,點擊兩個按鈕切換至不同的內容
冒泡排序数组
Tutoriel (5.0) 10. Dépannage * fortiedr * fortinet Network Security expert NSE 5
Juypter notebook modify the default open folder and default browser
使用CLion编译OGLPG-9th-Edition源码
IEDA refactor的用法
守望先锋世界观架构 ——(一款好的游戏是怎么来的)
随机推荐
MySQL表历史数据清理总结
教程篇(5.0) 09. RESTful API * FortiEDR * Fortinet 网络安全专家 NSE 5
Introduction to the paper | application of machine learning in database cardinality estimation
仿京东放大镜效果(pink老师版)
GMapping代码解析[通俗易懂]
Transformation of thinking consciousness is the key to the success or failure of digital transformation of construction enterprises
Watchful pioneer world outlook Architecture - (how does a good game come from)
新手必看,點擊兩個按鈕切換至不同的內容
论文导读 | 关于将预训练语言模型作为知识库的分析与批评
MySQL advanced (Advanced) SQL statement
QT中的QPropertyAnimation使用和toast案列
Golang concurrent programming goroutine, channel, sync
Obligatoire pour les débutants, cliquez sur deux boutons pour passer à un contenu différent
9D电影是怎样的?(+维度空间常识)
yolov3 训练自己的数据集之生成train.txt
[pytorch learning notes] tensor
High frequency interview questions
【测试开发】软件测试—概念篇
Page title component
Progress progress bar