diff options
Diffstat (limited to 'src/commands/config-rewrite.json')
-rw-r--r-- | src/commands/config-rewrite.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/commands/config-rewrite.json b/src/commands/config-rewrite.json new file mode 100644 index 0000000..4e31dd8 --- /dev/null +++ b/src/commands/config-rewrite.json @@ -0,0 +1,17 @@ +{ + "REWRITE": { + "summary": "Rewrite the configuration file with the in memory configuration", + "complexity": "O(1)", + "group": "server", + "since": "2.8.0", + "arity": 2, + "container": "CONFIG", + "function": "configRewriteCommand", + "command_flags": [ + "ADMIN", + "NOSCRIPT", + "LOADING", + "STALE" + ] + } +} |