summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/cluster-forget.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/cluster-forget.json')
-rw-r--r--examples/redis-unstable/src/commands/cluster-forget.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/redis-unstable/src/commands/cluster-forget.json b/examples/redis-unstable/src/commands/cluster-forget.json
deleted file mode 100644
index 6f9a25c..0000000
--- a/examples/redis-unstable/src/commands/cluster-forget.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "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"
- }
- }
-}