summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/cluster-myid.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/cluster-myid.md')
-rw-r--r--iredis/data/commands/cluster-myid.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/iredis/data/commands/cluster-myid.md b/iredis/data/commands/cluster-myid.md
new file mode 100644
index 0000000..1ff5c0f
--- /dev/null
+++ b/iredis/data/commands/cluster-myid.md
@@ -0,0 +1,8 @@
+Returns the node's id.
+
+The `CLUSTER MYID` command returns the unique, auto-generated identifier that is
+associated with the connected cluster node.
+
+@return
+
+@bulk-string-reply: The node id.