File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,11 @@ title: ACL LOG
4747---
4848The command shows a list of recent ACL security events:
4949
50- 1 . Failures to authenticate their connections with [ ` AUTH ` ] ({{< relref "/commands/auth" >}}) or [ ` HELLO ` ] ({{< relref "/commands/hello" >}}).
51- 2 . Commands denied because against the current ACL rules.
52- 3 . Commands denied because accessing keys not allowed in the current ACL rules.
50+ 1 . Failed authentications with [ ` AUTH ` ] ({{< relref "/commands/auth" >}}) or [ ` HELLO ` ] ({{< relref "/commands/hello" >}}) (reason = auth)
51+ 2 . Commands violating the current ACL rules
52+ - Disallowed commands (reason = command).
53+ - Disallowed keys (reason = key).
54+ - Disallowed pub/sub channel (reason = channel).
5355
5456The optional argument specifies how many entries to show. By default
5557up to ten failures are returned. The special [ ` RESET ` ] ({{< relref "/commands/reset" >}}) argument clears the log.
You can’t perform that action at this time.
0 commit comments