mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Removes admin acl category from CLIENT TRACKINGINFO (#9662)
overlooked in #9504
This commit is contained in:
parent
12ce2c3925
commit
00362f2a94
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ struct redisCommand clientSubcommands[] = {
|
|||
"no-script ok-loading ok-stale @connection"},
|
||||
|
||||
{"trackinginfo",clientCommand,2,
|
||||
"admin no-script ok-loading ok-stale @connection"},
|
||||
"no-script ok-loading ok-stale @connection"},
|
||||
|
||||
{"no-evict",clientCommand,3,
|
||||
"admin no-script ok-loading ok-stale @connection"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue