Unverified Commit 5eb2290f authored by Jamie Scott's avatar Jamie Scott Committed by GitHub
Browse files

Add no-slowlog to acl command to prevent passwords

Adding no-slowlog to acl command to prevent acl passwords from showing in slowlog
parent 764b420f
...@@ -999,7 +999,7 @@ struct redisCommand redisCommandTable[] = { ...@@ -999,7 +999,7 @@ struct redisCommand redisCommandTable[] = {
0,NULL,0,0,0,0,0,0}, 0,NULL,0,0,0,0,0,0},
{"acl",aclCommand,-2, {"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} 0,NULL,0,0,0,0,0,0}
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment