ACL: ACLSetUser(), add allcommands in comment.

This commit is contained in:
antirez 2019-01-14 13:19:42 +01:00
parent 67754ae021
commit 4376575d83

View File

@ -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. * ><password> Add this passowrd to the list of valid password for the user.
* For example >mypass will add "mypass" to the list. * For example >mypass will add "mypass" to the list.
* <<password> Remove this password from the list of valid passwords. * <<password> Remove this password from the list of valid passwords.
* allcommands Alias for +@all
* allkeys Alias for ~* * allkeys Alias for ~*
* resetpass Flush the list of allowed passwords. * resetpass Flush the list of allowed passwords.
* resetkeys Flush the list of allowed keys patterns. * resetkeys Flush the list of allowed keys patterns.