搜索结果: "sentinel"

共找到 11 个页面

Redis 高可用 — 主从复制 / 哨兵 / 脑裂 / 集群踩坑

tags: [redis, database, high-availability, replication, sentinel, production]

- raw/articles/redis-ha-replication-sentinel.md

> Redis 高可用三层能力:**主从复制** → 数据备份 | **Sentinel** → 自动切换 | **脑裂处理** → 保证一致性

## 哨兵(Sentinel

### Sentinel 三大职责

Wiki Log

- Created raw: raw/articles/redis-ha-replication-sentinel.md

- Created concepts: redis-ha-replication-sentinel

- Merged into: redis-ha-replication-sentinel(新增 6 个踩坑场景)

- Updated: redis-ha-replication-sentinel(淘汰策略场景参考)

Redis 备份恢复实战 — 备份脚本 / 恢复流程 / 容灾方案

- **主从不是备份** — 主从切换依然可能丢数据,复制不能替代备份。Redis 高可用方案参见 [[redis-ha-replication-sentinel]]

- [[redis-ha-replication-sentinel]] — Redis 高可用:主从复制/哨兵/脑裂/集群踩坑

Wiki Schema

- sentinel: Redis Sentinel 哨兵

MySQL 主从复制指南 — 原理 / GTID / 架构 / 故障排查 / 监控

- [[redis-ha-replication-sentinel]] — Redis 主从/哨兵(对比学习数据库 HA)

Redis 连接管理与熔断治理 — 连接数打满 / 僵尸连接 / 雪崩防护

| [[redis-ha-replication-sentinel]] | Redis 高可用(主从复制/哨兵/脑裂) |

Redis 内存优化完全指南 — 数据结构/TTL/淘汰策略/Bigkey/碎片治理

| [[redis-ha-replication-sentinel]] | 高可用架构(淘汰策略场景参考) |

Redis 持久化机制 — RDB / AOF / 混合持久化

- [[redis-ha-replication-sentinel]] — Redis 高可用

高并发四大手段:缓存 / 限流 / 削峰 / 幂等 — 各自解决什么问题?

| **限流** | 请求太多,不能无限往后放 | **超了就拦** | Nginx `limit_req` / Sentinel / Guava RateLimiter |

Linux 服务器 CPU 飙高排查 — 完整方法论 + 应急响应实战

| 流量突增 | 限流/降级 | Nginx `limit_req` / Sentinel 降级 |

Wiki Index

- [[redis-ha-replication-sentinel]] — Redis 高可用:主从复制 / 哨兵 / 脑裂 / 集群踩坑 / 分布式锁