forked from Deadly0/bull-board-docker
-
Notifications
You must be signed in to change notification settings - Fork 3
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: support for redis sentinel #155
Labels
Comments
Also posted as Deadly0#27. |
sfranke
pushed a commit
to sfranke/bull-board-docker
that referenced
this issue
May 28, 2024
ticket: Venatum#155 These changes add necessary changes for a sentinel configuration. This allows the users to connect via a redis sentinel rather than a single redis instance.
Venatum
added a commit
that referenced
this issue
Jun 24, 2024
ticket: #155 These changes add necessary changes for a sentinel configuration. This allows the users to connect via a redis sentinel rather than a single redis instance. Co-authored-by: Sebastian Franke <[email protected]> Co-authored-by: Vincent Le Quec <[email protected]>
3 tasks
Venatum
added a commit
that referenced
this issue
Aug 7, 2024
* feat: adds support for sentinel (#156) ticket: #155 These changes add necessary changes for a sentinel configuration. This allows the users to connect via a redis sentinel rather than a single redis instance. Co-authored-by: Sebastian Franke <[email protected]> Co-authored-by: Vincent Le Quec <[email protected]> * docs: Setup some examples * docs: Try to use sentinel mode * docs: WIP... [ci skip] * docs(sentinel): Add more examples --------- Co-authored-by: sfranke <[email protected]> Co-authored-by: Sebastian Franke <[email protected]>
It's now available 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for providing this docker image. We like bull-board and the docker image is very convenient for us.
We run redis with sentinel. Currently we get away with pointing bull board to connect to one of the redis instances but this is brittle and unintuitive.
As bull-board uses ioredis under the hood, which supports sentinel, is it at all thinkable to extend the config of bull-board-docker to also support configuring sentinel instead of a single host?
What are your thoughts? Would you be open for a pull request?
The text was updated successfully, but these errors were encountered: