Back to Redis

ECHO

content/commands/echo.md

latest866 B
Original Source

Returns message.

Examples

{{% redis-cli %}} ECHO "Hello World!" {{% /redis-cli %}}

Redis Software and Redis Cloud compatibility

| 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> | |

Return information

{{< multitabs id="echo-return-info" tab1="RESP2" tab2="RESP3" >}}

Bulk string reply: the given string.

-tab-sep-

Bulk string reply: the given string.

{{< /multitabs >}}