Easy Tutorial
❮ Sorted Sets Zscan Strings Mget ❯

Redis Echo Command

Redis Connection

The Redis Echo command is used to print the given string.

Syntax

The basic syntax for the redis Echo command is as follows:

redis 127.0.0.1:6379> ECHO message

Available Versions

= 1.0.0

Return Value

Returns the string itself.

Example

redis 127.0.0.1:6379> ECHO "Hello World"
"Hello World"

Redis Connection

❮ Sorted Sets Zscan Strings Mget ❯