summaryrefslogtreecommitdiffstats
path: root/src/commands/function-dump.json
blob: d117241de3f827c5ead6e7aa8d6017af407bc905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "DUMP": {
        "summary": "Dumps all libraries into a serialized binary payload.",
        "complexity": "O(N) where N is the number of functions",
        "group": "scripting",
        "since": "7.0.0",
        "arity": 2,
        "container": "FUNCTION",
        "function": "functionDumpCommand",
        "command_flags": [
            "NOSCRIPT"
        ],
        "acl_categories": [
            "SCRIPTING"
        ],
        "reply_schema": {
            "description": "the serialized payload",
            "type": "string"
        }
    }
}