summaryrefslogtreecommitdiffstats
path: root/src/commands/monitor.json
blob: a305c4fcef7d8433a91f16c01ea9c4352718d72a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "MONITOR": {
        "summary": "Listen 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"
        ]
    }
}