Skip to content

ECHO

Echoes back the given message.

ECHO message
ParameterTypeRequiredDescription
messagestringYesThe message to echo back

Bulk string containing the provided message.

Returns the given message as a bulk string. The message is echoed back exactly as provided.

This command does not require the cluster to be initialized.

No command-specific errors.

127.0.0.1:5484> ECHO "Hello Kronotop"
"Hello Kronotop"