Removes admin acl category from CLIENT TRACKINGINFO (#9662)

overlooked in #9504
This commit is contained in:
Itamar Haber 2021-10-25 11:33:37 +03:00 committed by GitHub
parent 12ce2c3925
commit 00362f2a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"},