summaryrefslogtreecommitdiffstats
path: root/src/commands/cluster-saveconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cluster-saveconfig.json')
-rw-r--r--src/commands/cluster-saveconfig.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/commands/cluster-saveconfig.json b/src/commands/cluster-saveconfig.json
new file mode 100644
index 0000000..991286d
--- /dev/null
+++ b/src/commands/cluster-saveconfig.json
@@ -0,0 +1,16 @@
+{
+ "SAVECONFIG": {
+ "summary": "Forces the node to save cluster state on disk",
+ "complexity": "O(1)",
+ "group": "cluster",
+ "since": "3.0.0",
+ "arity": 2,
+ "container": "CLUSTER",
+ "function": "clusterCommand",
+ "command_flags": [
+ "NO_ASYNC_LOADING",
+ "ADMIN",
+ "STALE"
+ ]
+ }
+}