📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 13:56:44
📂
/ (Root)
/
opt
/
redis-7
/
src
/
commands
📍 /opt/redis-7/src/commands
🔄 Refresh
✏️
Editing: cluster-replicate.json
Read Only
{ "REPLICATE": { "summary": "Configure a node as replica of a master node.", "complexity": "O(1)", "group": "cluster", "since": "3.0.0", "arity": 3, "container": "CLUSTER", "function": "clusterCommand", "command_flags": [ "NO_ASYNC_LOADING", "ADMIN", "STALE" ], "arguments": [ { "name": "node-id", "type": "string" } ], "reply_schema": { "const": "OK" } } }
💾 Save Changes
❌ Cancel