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

Provided a "username" property for Redis cache configurations #4567

Closed
wants to merge 1 commit into from

Conversation

arfeen
Copy link

@arfeen arfeen commented Oct 2, 2024

Added a "username" property for the Redis connection authentication. A username may be used other then "default".

Q A
Is bugfix? ✔️
New feature? ✔️
Breaks BC? ✔️
Tests pass? ✔️
Fixed issues

Added a "username" property for the Redis connection authentication. A username may be used other then "default".
Copy link
Member

@Arhell Arhell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marcovtwout Please take a look when you have time

@rob006
Copy link
Contributor

rob006 commented Oct 3, 2024

Are you sure this is compatible with older versions of Redis?

@arfeen
Copy link
Author

arfeen commented Oct 3, 2024

Before REDIS 6.0, there was not concept of username but a single password. I'm closing this request to update the code for older versions of REDIS.

@arfeen arfeen closed this Oct 3, 2024
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.

3 participants