当前位置:网站首页>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
边栏推荐
- 汉诺塔问题思路的证明
- [office] eight usages of if function in Excel
- Yolov 5 Target Detection Neural Network - Loss Function Calculation Principle
- 如何通俗理解超级浏览器?可以用于哪些场景?有哪些品牌?
- 跨平台(32bit和64bit)的 printf 格式符 %lld 输出64位的解决方式
- pytorch-多层感知机MLP
- Pytorch softmax regression
- How to understand super browser? What scenarios can it be used in? What brands are there?
- Solve readobjectstart: expect {or N, but found n, error found in 1 byte of
- ibatis的动态sql
猜你喜欢
随机推荐
ACID事务理论
NFT 交易市场主要使用 ETH 本位进行交易的局面是如何形成的?
[singleshotmultiboxdetector (SSD, single step multi frame target detection)]
中非 钻石副石怎么镶嵌,才能既安全又好看?
[office] eight usages of if function in Excel
【上采样方式-OpenCV插值】
Network five whip
《看完就懂系列》15个方法教你玩转字符串
Prevent browser backward operation
12. (map data) cesium city building map
liunx禁ping 详解traceroute的不同用法
c#操作xml文件
idea设置打开文件窗口个数
Proof of the thinking of Hanoi Tower problem
2048游戏逻辑
XML解析
[crawler] Charles unknown error
Principle of persistence mechanism of redis
Cron expression (seven subexpressions)
PHP中Array的hash函数实现









