aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/cluster-replicate.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/cluster-replicate.json')
-rw-r--r--examples/redis-unstable/src/commands/cluster-replicate.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/redis-unstable/src/commands/cluster-replicate.json b/examples/redis-unstable/src/commands/cluster-replicate.json
deleted file mode 100644
index 060d4af..0000000
--- a/examples/redis-unstable/src/commands/cluster-replicate.json
+++ /dev/null
@@ -1,25 +0,0 @@
1{
2 "REPLICATE": {
3 "summary": "Configure a node as replica of a master node.",
4 "complexity": "O(1)",
5 "group": "cluster",
6 "since": "3.0.0",
7 "arity": 3,
8 "container": "CLUSTER",
9 "function": "clusterCommand",
10 "command_flags": [
11 "NO_ASYNC_LOADING",
12 "ADMIN",
13 "STALE"
14 ],
15 "arguments": [
16 {
17 "name": "node-id",
18 "type": "string"
19 }
20 ],
21 "reply_schema": {
22 "const": "OK"
23 }
24 }
25}