Skip to content

Redis: implement sentinel model and make it configurable#68

Open
rawe0 wants to merge 1 commit intomasterfrom
redis-sentinel
Open

Redis: implement sentinel model and make it configurable#68
rawe0 wants to merge 1 commit intomasterfrom
redis-sentinel

Conversation

@rawe0
Copy link
Copy Markdown

@rawe0 rawe0 commented Apr 1, 2026

This PR adds the configurable option of having Redis in sentinel mode

  • If this is enabled we have to discover the redis master
  • Added two configurable options RedisSentinelMode (enables the discovery) and RedisMasterName (name of the master).

@rawe0 rawe0 marked this pull request as ready for review April 1, 2026 14:38
@jessegeens
Copy link
Copy Markdown
Contributor

Can we maybe extract the initRedisPool code, since it became quite a bit bigger? :)

@rawe0 rawe0 changed the title redis: sentinel mode Redis: implement sentinel model and make it configurable#5563 Apr 1, 2026
@rawe0 rawe0 changed the title Redis: implement sentinel model and make it configurable#5563 Redis: implement sentinel model and make it configurable Apr 1, 2026
@rawe0 rawe0 force-pushed the redis-sentinel branch 10 times, most recently from e903ffe to b41b863 Compare April 13, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants