PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /opt/redis-8/src/commands/
Server: Linux yellow.o2switch.net 4.18.0-553.75.1.lve.el8.x86_64 #1 SMP Tue Sep 23 15:13:30 UTC 2025 x86_64
IP: 109.234.161.246
Choose File :

Url:
Dir : //opt/redis-8/src/commands/acl-log.json

{
    "LOG": {
        "summary": "Lists recent security events generated due to ACL rules.",
        "complexity": "O(N) with N being the number of entries shown.",
        "group": "server",
        "since": "6.0.0",
        "arity": -2,
        "container": "ACL",
        "function": "aclCommand",
        "history": [
            [
                "7.2.0",
                "Added entry ID, timestamp created, and timestamp last updated."
            ]
        ],
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "SENTINEL"
        ],
        "reply_schema": {
            "oneOf": [
                {
                    "description": "In case `RESET` was not given, a list of recent ACL security events.",
                    "type": "array",
                    "items": {
                        "type": "object",
                        "additionalProperties": false,
                        "properties": {
                            "count": {
                                "type": "integer"
                            },
                            "reason": {
                                "type": "string"
                            },
                            "context": {
                                "type": "string"
                            },
                            "object": {
                                "type": "string"
                            },
                            "username": {
                                "type": "string"
                            },
                            "age-seconds": {
                                "type": "number"
                            },
                            "client-info": {
                                "type": "string"
                            },
                            "entry-id": {
                                "type": "integer"
                            },
                            "timestamp-created": {
                                "type": "integer"
                            },
                            "timestamp-last-updated": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "const": "OK",
                    "description": "In case `RESET` was given, OK indicates ACL log was cleared."
                }
            ]
        },
        "arguments": [
            {
                "name": "operation",
                "type": "oneof",
                "optional": true,
                "arguments": [
                    {
                        "name": "count",
                        "type": "integer"
                    },
                    {
                        "name": "reset",
                        "type": "pure-token",
                        "token": "RESET"
                    }
                ]
            }
        ]
    }
}