haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
opt
/
redis-8
/
src
/
commands
/
Filename :
function-dump.json
back
Copy
{ "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" } } }