summaryrefslogtreecommitdiffstats
path: root/src/commands/sentinel-flushconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-flushconfig.json')
-rw-r--r--src/commands/sentinel-flushconfig.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/commands/sentinel-flushconfig.json b/src/commands/sentinel-flushconfig.json
new file mode 100644
index 0000000..7d48cd4
--- /dev/null
+++ b/src/commands/sentinel-flushconfig.json
@@ -0,0 +1,16 @@
+{
+ "FLUSHCONFIG": {
+ "summary": "Rewrite configuration file",
+ "complexity": "O(1)",
+ "group": "sentinel",
+ "since": "2.8.4",
+ "arity": 2,
+ "container": "SENTINEL",
+ "function": "sentinelCommand",
+ "command_flags": [
+ "ADMIN",
+ "SENTINEL",
+ "ONLY_SENTINEL"
+ ]
+ }
+}