📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 11:58:22
📂
/ (Root)
/
opt
/
redis-8
/
src
/
commands
📍 /opt/redis-8/src/commands
🔄 Refresh
✏️
Editing: save.json
Read Only
{ "SAVE": { "summary": "Synchronously saves the database(s) to disk.", "complexity": "O(N) where N is the total number of keys in all databases", "group": "server", "since": "1.0.0", "arity": 1, "function": "saveCommand", "command_flags": [ "NO_ASYNC_LOADING", "ADMIN", "NOSCRIPT", "NO_MULTI" ], "reply_schema": { "const": "OK" } } }
💾 Save Changes
❌ Cancel