You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if it is not officially supported yet, we deployed sysreptor in a Kubernetes cluster (life is not funny without risk 😂😉). In this cluster, we use Redis Sentinel that alows us to have high availability for Redis.
Is it possible to have a support for Redis Sentinel ?
As shown, in the following screenshot, the library used to connect to redis is django/channel_redis
This library also supports Sentinel, and it could be done with the following:
The text was updated successfully, but these errors were encountered:
We will add support for Redis Sentinel. I suggest to add an option REDIS_CONNECTION_CONFIG to pass a custom config as JSON to CHANNEL_LAYERS.default.CONFIG.hosts[0]
Even if it is not officially supported yet, we deployed sysreptor in a Kubernetes cluster (life is not funny without risk 😂😉). In this cluster, we use Redis Sentinel that alows us to have high availability for Redis.
Is it possible to have a support for Redis Sentinel ?
As shown, in the following screenshot, the library used to connect to redis is django/channel_redis
This library also supports Sentinel, and it could be done with the following:
The text was updated successfully, but these errors were encountered: