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

Fix incorrect output of example in ACL DRYRUN #2633

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

enjoy-binbin
Copy link
Collaborator

In redis/redis#10405, we will check arity first, so the example
output is wrong. And in redis/redis#11160, we changed the text.

127.0.0.1:6379> ACL DRYRUN VIRGINIA GET foo bar
(error) ERR wrong number of arguments for 'get' command

127.0.0.1:6379> ACL DRYRUN VIRGINIA GET foo
"User VIRGINIA has no permissions to run the 'get' command"

Copy link

netlify bot commented Dec 27, 2023

👷 Deploy request for redis-doc pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit f041e89

@zuiderkwast zuiderkwast merged commit 908c77d into redis:master Dec 27, 2023
1 check failed
@enjoy-binbin enjoy-binbin deleted the fix_acl_dryrun branch December 27, 2023 11:47
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.

2 participants