Unverified Commit 00362f2a authored by Itamar Haber's avatar Itamar Haber Committed by GitHub
Browse files

Removes admin acl category from CLIENT TRACKINGINFO (#9662)

overlooked in #9504
parent 12ce2c39
...@@ -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"},
......
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