mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
ACL: ACLSetUser(), add allcommands in comment.
This commit is contained in:
parent
67754ae021
commit
4376575d83
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user