Skip to content

Support redis 6 ACLs#1

Open
laurencegill wants to merge 2 commits into
pybruno:masterfrom
laurencegill:master
Open

Support redis 6 ACLs#1
laurencegill wants to merge 2 commits into
pybruno:masterfrom
laurencegill:master

Conversation

@laurencegill

Copy link
Copy Markdown

Make ACLs work with redis 6, should support the default user for <6 versions:

In the default configuration, Redis 6 (the first version to have ACLs) works exactly like older versions of Redis, that is, every new connection is capable of calling every possible command and accessing every key, so the ACL feature is backward compatible with old clients and applications. Also the old way to configure a password, using the requirepass configuration directive, still works as expected, but now what it does is just to set a password for the default user.

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.

1 participant