summaryrefslogtreecommitdiff
path: root/src/commands/monitor.json
blob: 23c659e4e36f80aaaec898860f782f3c429b83c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "MONITOR": {
        "summary": "Listens for all requests received by the server in real-time.",
        "group": "server",
        "since": "1.0.0",
        "arity": 1,
        "function": "monitorCommand",
        "history": [],
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE"
        ]
    }
}