summaryrefslogtreecommitdiffstats
path: root/src/commands/acl-log.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/acl-log.json')
-rw-r--r--src/commands/acl-log.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/commands/acl-log.json b/src/commands/acl-log.json
new file mode 100644
index 0000000..c599685
--- /dev/null
+++ b/src/commands/acl-log.json
@@ -0,0 +1,36 @@
+{
+ "LOG": {
+ "summary": "List latest events denied because of ACLs in place",
+ "complexity": "O(N) with N being the number of entries shown.",
+ "group": "server",
+ "since": "6.0.0",
+ "arity": -2,
+ "container": "ACL",
+ "function": "aclCommand",
+ "command_flags": [
+ "ADMIN",
+ "NOSCRIPT",
+ "LOADING",
+ "STALE",
+ "SENTINEL"
+ ],
+ "arguments": [
+ {
+ "name": "operation",
+ "type": "oneof",
+ "optional": true,
+ "arguments": [
+ {
+ "name": "count",
+ "type": "integer"
+ },
+ {
+ "name": "reset",
+ "type": "pure-token",
+ "token": "RESET"
+ }
+ ]
+ }
+ ]
+ }
+}