summaryrefslogtreecommitdiffstats
path: root/src/commands/cluster-links.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cluster-links.json')
-rw-r--r--src/commands/cluster-links.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/commands/cluster-links.json b/src/commands/cluster-links.json
new file mode 100644
index 0000000..4d50247
--- /dev/null
+++ b/src/commands/cluster-links.json
@@ -0,0 +1,17 @@
+{
+ "LINKS": {
+ "summary": "Returns a list of all TCP links to and from peer nodes in cluster",
+ "complexity": "O(N) where N is the total number of Cluster nodes",
+ "group": "cluster",
+ "since": "7.0.0",
+ "arity": 2,
+ "container": "CLUSTER",
+ "function": "clusterCommand",
+ "command_flags": [
+ "STALE"
+ ],
+ "command_tips": [
+ "NONDETERMINISTIC_OUTPUT"
+ ]
+ }
+}