content/commands/echo.md
Returns message.
{{% redis-cli %}} ECHO "Hello World!" {{% /redis-cli %}}
| Redis Software | Redis Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:------| | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | |
{{< multitabs id="echo-return-info" tab1="RESP2" tab2="RESP3" >}}
Bulk string reply: the given string.
-tab-sep-
Bulk string reply: the given string.
{{< /multitabs >}}