In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
A Redis cluster is an installation where data can be shared among multiple Redis nodes.
Redis clusters do not support Redis commands that require multiple keys to be processed simultaneously, because executing these commands requires moving data between multiple Redis nodes, and under high load, these commands will degrade the performance of the Redis cluster and cause unpredictable errors.
Redis nodes in redis cluster are interconnected (PING-PONG mechanism). Binary protocol is used internally to optimize transmission speed and bandwidth. There is no host. Clients can connect to any node at will.
Normal shutdown redis
Execute shutdown directly on the client or redis-cli -p 7001 shutdown directly on the command line
Let's just write shutdown.sh
Or directly kill -9 ${process number}(if you want to kill multiple processes at once, then space between process numbers can be separated)
Related instructions:
#View redis process ps -ef| grep redis# kill process kill -9 2177 2217
If the cluster has been built before, and all nodes are killed for some reason, if you need to start the cluster at this time, you only need to start each Redis node one by one, and the cluster will naturally rise.
Related instructions:
#background launch Redissrc/redis-server redis.conf
The above is the details of how to close redis Cluster, please pay more attention to other related articles!
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.