AirenSoft / OvenMediaEngine

OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS
https://airensoft.com/ome.html
GNU Affero General Public License v3.0
2.61k stars 1.06k forks source link

How to Achieve Redis HA in OriginMapStore #1720

Closed UOSCS closed 1 month ago

UOSCS commented 1 month ago

Hello,

Does OriginMapStore support Redis Sentinel or Redis Cluster?

I’ve built an origin-edge cluster using OriginMapStore. Since the OriginMapStore architecture relies on Redis, if there's a failure in the Redis server, video transmission and viewing become impossible. I found that when I entered the Redis Sentinel address in the OriginMapStore Redis host, it does not seem to support Redis Sentinel.

Is there any method suggested by OME to achieve Redis high availability?