diff options
Diffstat (limited to 'src/commands/config-rewrite.json')
-rw-r--r-- | src/commands/config-rewrite.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/commands/config-rewrite.json b/src/commands/config-rewrite.json new file mode 100644 index 0000000..af49dd7 --- /dev/null +++ b/src/commands/config-rewrite.json @@ -0,0 +1,24 @@ +{ + "REWRITE": { + "summary": "Persists the effective configuration to file.", + "complexity": "O(1)", + "group": "server", + "since": "2.8.0", + "arity": 2, + "container": "CONFIG", + "function": "configRewriteCommand", + "command_flags": [ + "ADMIN", + "NOSCRIPT", + "LOADING", + "STALE" + ], + "command_tips": [ + "REQUEST_POLICY:ALL_NODES", + "RESPONSE_POLICY:ALL_SUCCEEDED" + ], + "reply_schema": { + "const": "OK" + } + } +} |