📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 16:22:26
📂
/ (Root)
/
opt
/
redis-7
/
src
/
commands
📍 /opt/redis-7/src/commands
🔄 Refresh
✏️
Editing: function-dump.json
Read Only
{ "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" } } }
💾 Save Changes
❌ Cancel