mirror of
https://github.com/redis/redis.git
synced 2026-06-03 22:01:02 -04:00
Merge pull request #6516 from IAmATeaPot418/patch-2
Add no-slowlog to acl command to prevent passwords
This commit is contained in:
commit
118db9eeae
1 changed files with 1 additions and 1 deletions
|
|
@ -999,7 +999,7 @@ struct redisCommand redisCommandTable[] = {
|
|||
0,NULL,0,0,0,0,0,0},
|
||||
|
||||
{"acl",aclCommand,-2,
|
||||
"admin no-script ok-loading ok-stale",
|
||||
"admin no-script no-slowlog ok-loading ok-stale",
|
||||
0,NULL,0,0,0,0,0,0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue