Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
118db9ee
Unverified
Commit
118db9ee
authored
Dec 12, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Dec 12, 2019
Browse files
Merge pull request #6516 from IAmATeaPot418/patch-2
Add no-slowlog to acl command to prevent passwords
parents
d7a87d0e
5eb2290f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
118db9ee
...
@@ -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
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment