summaryrefslogtreecommitdiff
path: root/src/commands/function-kill.json
blob: 66015829587ff1a2406ee462023eab9a01f66e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "KILL": {
        "summary": "Kill the function currently in execution.",
        "complexity": "O(1)",
        "group": "scripting",
        "since": "7.0.0",
        "arity": 2,
        "container": "FUNCTION",
        "function": "functionKillCommand",
        "command_flags": [
            "NOSCRIPT",
            "ALLOW_BUSY"
        ],
        "acl_categories": [
            "SCRIPTING"
        ]
    }
}