summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-01-14 13:19:42 +0100
committerantirez <antirez@gmail.com>2019-01-14 13:19:42 +0100
commit4376575d833cfb66a904c0035b5ca69dffad5179 (patch)
treef29e4c780186e67814b8e59b8592de1e96a786f3
parent67754ae021d5cb29dc9555a59847b652833a6e20 (diff)
downloadredis-4376575d833cfb66a904c0035b5ca69dffad5179.tar.gz
ACL: ACLSetUser(), add allcommands in comment.
-rw-r--r--src/acl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/acl.c b/src/acl.c
index fdc0744a5..30e195642 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -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.