Posted onEdited onInRedissonViews: Disqus: Symbols count in article: 1.6kReading time ≈3 mins.
What Is Redis Sentinel?
這篇介紹What Is Redis Sentinel?
Intro
1 2 3 4 5 6 7 8 9 10 11 12 13 14
The master-slave database architecture helps increase the scalability and performance of your enterprise database, offloading computation to the slave nodes and creating backups. However, this architecture can result in availability issues in the event that the master node goes down, causing the slave nodes to lose connection.
First released in 2012, Redis Sentinel is a high-availability solution for Redis. The Redis Sentinel platform performs several key functions to ensure high availability for your enterprise databases:
Monitoring your Redis deployment, including master and slave instances Notifying you of important issues and changes in the Redis environment Automatically handling failover events in the case that a master node is unavailable Helping clients find the address of the current master node