-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Messenger] Add Redis Sentinel support #43163
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
[Messenger] Add Redis Sentinel support #43163
Conversation
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
It looks like you unchecked the "Allow edits from maintainer" box. That is fine, but please note that if you have multiple commits, you'll need to squash your commits into one before this can be merged. Or, you can check the "Allow edits from maintainers" box and the maintainer can squash for you. Cheers! Carsonbot |
fb45af6
to
9aabcfa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for the PR.
Since this is a new feature, it should target 5.4. Can you please rebase+retarget against 5.4?
9aabcfa
to
f32af46
Compare
b40b95f
to
ab8bd78
Compare
ab8bd78
to
dacb2b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the draft label when you're ready.
src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisExtIntegrationTest.php
Outdated
Show resolved
Hide resolved
dacb2b1
to
2ac1f39
Compare
bd7d988
to
29c0793
Compare
247ea6e
to
9c02ef3
Compare
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
It looks like you unchecked the "Allow edits from maintainer" box. That is fine, but please note that if you have multiple commits, you'll need to squash your commits into one before this can be merged. Or, you can check the "Allow edits from maintainers" box and the maintainer can squash for you. Cheers! Carsonbot |
15be629
to
cd4df2d
Compare
cd4df2d
to
e529559
Compare
8230577
to
12aa5e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay reviewing this PR and thanks for it!
Here are some comments to move the needle forward.
src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
Outdated
Show resolved
Hide resolved
e1b00ea
to
58dd1de
Compare
58dd1de
to
07de048
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've cleaned up the Redis Connection class in 6c5f289 because it was too fragile.
Thank you @norbertschultheisz. |
…eisz) This PR was merged into the 6.1 branch. Discussion ---------- [Messenger] Add Redis Sentinel support | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Issue #41762 | License | MIT | Doc PR | symfony/symfony-docs#16113 Commits ------- 6c5f289 [Messenger] cleanup creation logic in Redis Connection class 07de048 [Messenger] [Redis] Redis Sentinel support - issue #41762
Uh oh!
There was an error while loading. Please reload this page.