-
Notifications
You must be signed in to change notification settings - Fork 557
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
ACL GETUSER Command Initial Implementation #1038
ACL GETUSER Command Initial Implementation #1038
Conversation
PR Benchmark (SHA 93188a1)
Main Benchmark (SHA 47f74c7)
|
It would be nice if the PR could also include the website (website/docs/commands/api-compatibility.md). |
@prvyk Thanks for pointing this out. I pushed a change with the docs. LMK what you think. |
Looks fine on first glance. Except I think Arity should be set to 3 not -3 ? |
@prvyk Nice catch! Thank you! |
This PR provides the implementation of the
ACL GETUSER
command which is used to obtain ACL rules for a specified user. The change is accompanied by tests for the command.The changeset includes:
This resolves #958 where further details can be found.
This is a follow-on to the following PR which was closed in favor of this PR which has a cleaner commit history: #959