Redis Sentinel 模式实践及问题整理

Redis-Sentinel 是 Redis 官方推荐的高可用性(HA)解决方案,虽然网络上 Sentinel 实践的文章很多,但是整理的并不全,初学者想要顺利完成 Redis Sentinel 模式的部署及应用,还需要费一番周折,比如我就折腾了两天才透彻理解官方文档中的所有内容。

本场 Chat 将以笔者自己的实践过程,分享 Redis-Sentinel 的部署及应用的相关知识:

  1. Redis Sentinel 基本原理;
  2. Redis Sentinel 部署过程;
  3. Redis Sentinel 常用 API 及作用;
  4. Sentinel 的添加与删除方法;
  5. Sentinel Master 的添加与删除方法;
  6. Sentinel 的高级概念 Sdown和 Odown;
  7. 如何在 Java 应用中支持 Sentinel。

阅读全文: http://gitbook.cn/gitchat/activity/5c12119045028e5c39036ec6

一场场看太麻烦?成为 GitChat 会员,畅享 1000+ 场 Chat !点击查看

猜你喜欢

转载自blog.csdn.net/valada/article/details/85110021