Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4376575d
Commit
4376575d
authored
Jan 14, 2019
by
antirez
Browse files
ACL: ACLSetUser(), add allcommands in comment.
parent
67754ae0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/acl.c
View file @
4376575d
...
...
@@ -134,6 +134,7 @@ user *ACLCreateUser(const char *name, size_t namelen) {
* ><password> Add this passowrd to the list of valid password for the user.
* For example >mypass will add "mypass" to the list.
* <<password> Remove this password from the list of valid passwords.
* allcommands Alias for +@all
* allkeys Alias for ~*
* resetpass Flush the list of allowed passwords.
* resetkeys Flush the list of allowed keys patterns.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment