Commit 4376575d authored by antirez's avatar antirez
Browse files

ACL: ACLSetUser(), add allcommands in comment.

parent 67754ae0
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment