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
00362f2a
"vscode:/vscode.git/clone" did not exist on "06dd202a051a6788ebb2e13cd4603ffbf7e6dbd0"
Unverified
Commit
00362f2a
authored
Oct 25, 2021
by
Itamar Haber
Committed by
GitHub
Oct 25, 2021
Browse files
Removes admin acl category from CLIENT TRACKINGINFO (#9662)
overlooked in #9504
parent
12ce2c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
00362f2a
...
@@ -510,7 +510,7 @@ struct redisCommand clientSubcommands[] = {
...
@@ -510,7 +510,7 @@ struct redisCommand clientSubcommands[] = {
"no-script ok-loading ok-stale @connection"
},
"no-script ok-loading ok-stale @connection"
},
{
"trackinginfo"
,
clientCommand
,
2
,
{
"trackinginfo"
,
clientCommand
,
2
,
"
admin
no-script ok-loading ok-stale @connection"
},
"no-script ok-loading ok-stale @connection"
},
{
"no-evict"
,
clientCommand
,
3
,
{
"no-evict"
,
clientCommand
,
3
,
"admin no-script ok-loading ok-stale @connection"
},
"admin no-script ok-loading ok-stale @connection"
},
...
...
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