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

Add phpredis sentinel auth support #727

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Conversation

vigikaran
Copy link
Contributor

No description provided.

@ostrolucky
Copy link
Collaborator

This will break BC because people's sentinel instances will suddenly try to authenticate. Let's have only sentinel_auth option (null by default). If people want to re-use same password for sentinel as for the actual redis server instances, they can repeat the value.

You should also cover this with tests, for inspiration you can check #698

@ostrolucky ostrolucky added feature Introduces new functionality phpredis Specific to PhpRedis labels Sep 5, 2024
@ostrolucky ostrolucky changed the title Added phpredis sentinel auth and ability to set different password for sentinel and disable password for sentinel Add phpredis sentinel auth support Sep 6, 2024
@ostrolucky ostrolucky merged commit c095a0d into snc:master Sep 6, 2024
6 checks passed
@ostrolucky ostrolucky mentioned this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Introduces new functionality phpredis Specific to PhpRedis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants