L4 (1) 썸네일형 리스트형 [Redis] Redis Sentinel + HAproxy Redis Sentinel Redis Sentinel은 Redis 서버에 대한 상태를 감시하며, Redis Master와 Slave로 구성되어 있다. Master에 장애가 발생할 경우 Slave를 Master로 자동으로 변경하여 FailOver에 대처한다. Redis Master의 상태 체크는 다수결에 의해 결정이 되는데, 이를 위해 Redis Sentinel은 홀수로 구성이 되어야 한다. Redis Sentinel 상태 체크 및 FailOver 과정 Redis Sentinel-1이 Redis Master가 응답이 없다고 Sentinel-2 / Sentinel-3에 알림 - SDown(Subjective Down) Redis Sentinel-2/Sentien-3이 Redis Master와 응답에 성공했다.. 이전 1 다음