Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add Support for Redis Sentinel #422

Open
labbealexandre opened this issue Feb 25, 2025 · 1 comment
Open

[Feature Request] Add Support for Redis Sentinel #422

labbealexandre opened this issue Feb 25, 2025 · 1 comment

Comments

@labbealexandre
Copy link

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

Image

This library also supports Sentinel, and it could be done with the following:

Image

@MWedl
Copy link
Contributor

MWedl commented Feb 26, 2025

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants