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/hotkeys-start.json

{
    "START": {
        "summary": "Starts hotkeys tracking.",
        "complexity": "O(1)",
        "group": "server",
        "since": "8.6.0",
        "arity": -2,
        "container": "HOTKEYS",
        "function": "hotkeysCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT"
        ],
        "command_tips": [
            "REQUEST_POLICY:SPECIAL"
        ],
        "reply_schema": {
            "const": "OK"
        },
        "arguments": [
            {
                "token": "METRICS",
                "name": "metrics",
                "type": "block",
                "optional": false,
                "arguments": [
                    {
                        "name": "count",
                        "type": "integer"
                    },
                    {
                        "token": "CPU",
                        "name": "cpu",
                        "type": "pure-token",
                        "optional": true
                    },
                    {
                        "token": "NET",
                        "name": "net",
                        "type": "pure-token",
                        "optional": true
                    }
                ]
            },
            {
                "token": "COUNT",
                "name": "k",
                "type": "integer",
                "optional": true
            },
            {
                "token": "DURATION",
                "name": "seconds",
                "type": "integer",
                "optional": true
            },
            {
                "token": "SAMPLE",
                "name": "ratio",
                "type": "integer",
                "optional": true
            },
            {
                "token": "SLOTS",
                "name": "slots",
                "type": "block",
                "optional": true,
                "arguments": [
                    {
                        "name": "count",
                        "type": "integer"
                    },
                    {
                        "name": "slot",
                        "type": "integer",
                        "multiple": true
                    }
                ]
            }
        ]
    }
}