summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/echo.md
blob: 642d0f3a1d5cd6afcfa892f79be0e792b9b03574 (plain)
1
2
3
4
5
6
7
8
9
10
11
Returns `message`.

@return

@bulk-string-reply

@examples

```cli
ECHO "Hello World!"
```