In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article shows you how to carry out redis cluster practice, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.
1. Start 3 redis instances without setting slave nodes
2. Delete the original nodes.conf, otherwise redis cannot be started
3. Method 1:redis-trib create ip:port
Method 2:cluster meet ip:port
4. If redis sets a password, redis-trib cannot create successfully. The password must be removed first.
5. When the cluster of 3 nodes is successful
5.1 first hang up one of the nodes, the cluster will cluster_state:fail, and then put the nodes up again, the cluster will be normal again.
5.2. each master node can be assigned a slave node, so if a master node dies, the slave node can
Top it up to ensure that the cluster is still available
6 、
6.1 add a node to the cluster redis-trib (master or salve). If you do not configure the default new node, the new node is the master node.
The newly added node does not assign slot, but assigns slot to the node (src/redis-trib.rb reshard 192.168.135.130 src/redis-trib.rb reshard 7003)
6.2 add a slave node, slave cannot assign slot
7. Hang up the master node (which contains a slave node), and the slave node will be on top.
The above content is how to practice redis cluster. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.