blob: de402f58984e4a3099dcf69b6ca044b7bb8fae57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"DUMP": {
"summary": "Dump all functions 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"
]
}
}
|