[Messenger] Add Redis sentinel support #41762
Comments
@hoffmann-andras you mean that we're missing this from Symfony Docs? We mention Redis Sentinel in Cache (here: https://symfony.com/doc/current/components/cache/adapters/redis_adapter.html) but not in Messenger (here: https://symfony.com/doc/current/messenger.html#redis-transport). If that's your question, we'll move this to Symfony Docs repository. |
@javiereguiluz No, it's not a question it's a feature request. Sorry, I mean the description as acceptance criteria. |
OK thanks! I've updated the issue description a bit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Please, add sentinel support to redis-messenger.
Example
This is how it would be configured (similar to what we do today in Cache component):
.env
MESSENGER_TRANSPORT_DSN='redis:?host[redis1:26379]&host[redis2:26379]&host[redis3:26379]&redis_sentinel=mymaster'
The text was updated successfully, but these errors were encountered: