Merge pull request #6516 from IAmATeaPot418/patch-2

Add no-slowlog to acl command to prevent passwords
This commit is contained in:
Salvatore Sanfilippo 2019-12-12 09:41:19 +01:00 committed by GitHub
commit 118db9eeae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}
};