summaryrefslogtreecommitdiffstats
path: root/src/commands/cluster-forget.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cluster-forget.json')
-rw-r--r--src/commands/cluster-forget.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/commands/cluster-forget.json b/src/commands/cluster-forget.json
new file mode 100644
index 0000000..6f9a25c
--- /dev/null
+++ b/src/commands/cluster-forget.json
@@ -0,0 +1,25 @@
+{
+ "FORGET": {
+ "summary": "Removes a node from the nodes table.",
+ "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"
+ }
+ }
+}