当前位置:网站首页>Simply solve the problem that the node in the redis cluster cannot read data (error) moved
Simply solve the problem that the node in the redis cluster cannot read data (error) moved
2022-07-05 11:45:00 【We've been on the road】
redis cluster In the cluster slave Node can replicate successfully master Node data slot data , But can not get data , Only the corresponding master Node read : (error) MOVED 742 36.112.201.233:6110
reason :Redis Cluster Slave node in cluster , The official default setting is not to share read requests 、 Only for backup and failover , When there is a request to read to the slave node , It will be redirected to the corresponding master node to handle
terms of settlement : stay get Use the command before data readonly, This readonly tell Redis Cluster The client from the node is willing to read potentially obsolete data and is not interested in write requests

Be careful : After disconnection readonly Is failure , To connect again, you need to use this command again
边栏推荐
- 【yolov5.yaml解析】
- Programmers are involved and maintain industry competitiveness
- Ziguang zhanrui's first 5g R17 IOT NTN satellite in the world has been measured on the Internet of things
- [yolov5.yaml parsing]
- C # implements WinForm DataGridView control to support overlay data binding
- How does redis implement multiple zones?
- 如何通俗理解超级浏览器?可以用于哪些场景?有哪些品牌?
- Redis集群(主从)脑裂及解决方案
- Prevent browser backward operation
- Solve readobjectstart: expect {or N, but found n, error found in 1 byte of
猜你喜欢

Reading notes of growth hacker

Liunx prohibit Ping explain the different usage of traceroute

XML parsing

Principle of persistence mechanism of redis

MySQL 巨坑:update 更新慎用影响行数做判断!!!

12.(地图数据篇)cesium城市建筑物贴图

11. (map data section) how to download and use OSM data

Harbor image warehouse construction
![[yolov3 loss function]](/img/79/87bcc408758403cf3993acc015381a.png)
[yolov3 loss function]

MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!
随机推荐
如何让你的产品越贵越好卖
Riddle 1
【云原生 | Kubernetes篇】Ingress案例实战(十三)
liunx禁ping 详解traceroute的不同用法
Proof of the thinking of Hanoi Tower problem
Yolov 5 Target Detection Neural Network - Loss Function Calculation Principle
c#操作xml文件
Is it difficult to apply for a job after graduation? "Hundreds of days and tens of millions" online recruitment activities to solve your problems
龙蜥社区第九次运营委员会会议顺利召开
Open3D 网格(曲面)赋色
COMSOL -- establishment of 3D graphics
Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in
《看完就懂系列》15个方法教你玩转字符串
Unity Xlua MonoProxy Mono代理类
redis集群中hash tag 使用
【上采样方式-OpenCV插值】
Unity xlua monoproxy mono proxy class
【SingleShotMultiBoxDetector(SSD,单步多框目标检测)】
How did the situation that NFT trading market mainly uses eth standard for trading come into being?
yolov5目标检测神经网络——损失函数计算原理