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

redis: Add username (backport #1375) #1402

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Aug 20, 2024

Redis introduced ACL feature in 4.0.0, and this feature is supported by redis-py since 3.4.0[1]. When ACL is enabled, authentication requires username in addition to password.

[1] redis/redis-py@8df8cd5


This is an automatic backport of pull request #1375 done by Mergify.

Redis introduced ACL feature in 4.0.0, and this feature is supported by
redis-py since 3.4.0[1]. When ACL is enabled, authentication requires
username in addition to password.

[1] redis/redis-py@8df8cd5

(cherry picked from commit ba0e489)
@mergify mergify bot mentioned this pull request Aug 20, 2024
@tobias-urdin tobias-urdin merged commit bc02daf into stable/4.6 Aug 20, 2024
23 of 25 checks passed
@mergify mergify bot deleted the mergify/bp/stable/4.6/pr-1375 branch August 20, 2024 07:44
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants