Skip to content

Commit 95f2adf

Browse files
authored
Add acl_access_denied_tls_cert info field to INFO command (#387)
Signed-off-by: Binbin <[email protected]>
1 parent 5a428b3 commit 95f2adf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/info.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ acl_access_denied_auth:0
226226
acl_access_denied_cmd:0
227227
acl_access_denied_key:0
228228
acl_access_denied_channel:0
229+
acl_access_denied_tls_cert:0
229230
230231
# Replication
231232
role:master
@@ -569,6 +570,7 @@ Here is the meaning of all fields in the **stats** section:
569570
* `acl_access_denied_cmd`: Number of commands rejected because of access denied to the command
570571
* `acl_access_denied_key`: Number of commands rejected because of access denied to a key
571572
* `acl_access_denied_channel`: Number of commands rejected because of access denied to a channel
573+
* `acl_access_denied_tls_cert`: Number of failed authentications using automatic TLS clients authentication feature. Added in Valkey 9.0.
572574

573575
Here is the meaning of all fields in the **replication** section:
574576

0 commit comments

Comments
 (0)