Skip to content

Commit 40c3689

Browse files
authored
Update the possible values of context field in ACL LOG command (#381)
In the recent valkey PR valkey-io/valkey#2798 the possible values for the `context` field returned by the `ACL LOG` command was updated to include the new `script` value. This commit updates the documentation of the `ACL LOG` command to reflect the recent changes. Signed-off-by: Ricardo Dias <[email protected]>
1 parent 3267e4a commit 40c3689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/acl-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Each log entry is composed of the following fields:
4040

4141
1. `count`: The number of security events detected within a 60 second period that are represented by this entry.
4242
2. `reason`: The reason that the security events were logged. Either `command`, `key`, `channel`, or `auth`.
43-
3. `context`: The context that the security events were detected in. Either `toplevel`, `multi`, `lua`, or `module`.
43+
3. `context`: The context that the security events were detected in. Either `toplevel`, `multi`, `lua`, `script`, or `module`.
4444
4. `object`: The resource that the user had insufficient permissions to access. `auth` when the reason is `auth`.
4545
5. `username`: The username that executed the command that caused the security events or the username that had a failed authentication attempt.
4646
6. `age-seconds`: Age of the log entry in seconds.

0 commit comments

Comments
 (0)