Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Redis Cluster error reporting (error) MOVED 68 192.168.186.129 how to solve the problem

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "redis cluster error MOVED 68 192.168.186.129:7111 how to solve", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let Xiaobian take you to learn "redis cluster error (error) MOVED 68 192.168.186.129:7111 how to solve it"!

[huangkejie@dubbo-provider-02 bin]$ ./ redis-cli -p 7113127.0.0.1:7113> get huangkejie(error) MOVED 68 192.168.186.129:7111127.0.0.1:7113> get "huangkejie"(error) MOVED 68 192.168.186.129:7111127.0.0.1:7113> set "huangkejie"

The above command looks up the KEY of node 1, and will throw (error) MOVED 68 192.168.186.129:7111. I found that the command I used was missing the cluster command-c, both./ redis-cli -c -p 7113。This solves the problem of node 2 redirecting to node 1.

[huangkejie@dubbo-provider-02 bin]$ ./ redis-cli -c -p 7113127.0.0.1:7113> get huangkejie-> Redirected to slot [68] located at 192.168.186.129:7111"huangkejie"192.168.186.129:7111> At this point, I believe everyone has a deeper understanding of "redis cluster error (error) MOVED 68 192.168.186.129:7111 how to solve" Here is the website, more related content can enter the relevant channels for inquiry, pay attention to us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report