当前位置:网站首页>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
边栏推荐
猜你喜欢
![[singleshotmultiboxdetector (SSD, single step multi frame target detection)]](/img/c7/8ad64582e09683818171b625769f37.png)
[singleshotmultiboxdetector (SSD, single step multi frame target detection)]

Pytorch MLP

Principle of persistence mechanism of redis

中非 钻石副石怎么镶嵌,才能既安全又好看?

技术管理进阶——什么是管理者之体力、脑力、心力

【SingleShotMultiBoxDetector(SSD,单步多框目标检测)】
![[crawler] Charles unknown error](/img/82/c36b225d0502f67cd04225f39de145.png)
[crawler] Charles unknown error

Liunx prohibit Ping explain the different usage of traceroute

XML parsing

COMSOL -- three-dimensional graphics random drawing -- rotation
随机推荐
MySQL 巨坑:update 更新慎用影响行数做判断!!!
以交互方式安装ESXi 6.0
[crawler] bugs encountered by wasm
2048 game logic
[loss functions of L1, L2 and smooth L1]
SET XACT_ ABORT ON
Pytorch MLP
Zcmu--1390: queue problem (1)
百问百答第45期:应用性能探针监测原理-node JS 探针
Web API配置自定义路由
An error is reported in the process of using gbase 8C database: 80000305, host IPS long to different cluster. How to solve it?
【L1、L2、smooth L1三类损失函数】
C#实现WinForm DataGridView控件支持叠加数据绑定
redis的持久化机制原理
Pytorch training process was interrupted
Advanced technology management - what is the physical, mental and mental strength of managers
Unity Xlua MonoProxy Mono代理类
XML解析
【云原生 | Kubernetes篇】Ingress案例实战(十三)
Pytorch softmax regression