“Redis Sentinel”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) (建立内容为“1”的新页面) |
Jihongchang(讨论 | 贡献) |
||
第1行: | 第1行: | ||
− | + | Redis Sentinel 在不使用 Redis Cluster 时为 Redis 提供高可用性。 | |
+ | [[文件:Redis Sentinel.png|无|缩略图|629x629像素]] | ||
+ | 简单来说,Redis Sentinel 负责监控 master 和 slave,并在 master 出问题的时候从 slave 中选举一个出来作为 master 对外提供访问 | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | === 参考 === | ||
+ | https://redis.io/docs/management/sentinel/ |
2023年2月19日 (日) 04:43的版本
Redis Sentinel 在不使用 Redis Cluster 时为 Redis 提供高可用性。
简单来说,Redis Sentinel 负责监控 master 和 slave,并在 master 出问题的时候从 slave 中选举一个出来作为 master 对外提供访问