summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/echo.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/echo.md')
-rw-r--r--iredis/data/commands/echo.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/iredis/data/commands/echo.md b/iredis/data/commands/echo.md
new file mode 100644
index 0000000..642d0f3
--- /dev/null
+++ b/iredis/data/commands/echo.md
@@ -0,0 +1,11 @@
+Returns `message`.
+
+@return
+
+@bulk-string-reply
+
+@examples
+
+```cli
+ECHO "Hello World!"
+```