ECHO
Echoes back the given message.
Syntax
Section titled “Syntax”ECHO messageParameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
message | string | Yes | The message to echo back |
Return Value
Section titled “Return Value”Bulk string containing the provided message.
Behavior
Section titled “Behavior”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.
Errors
Section titled “Errors”No command-specific errors.
Examples
Section titled “Examples”127.0.0.1:5484> ECHO "Hello Kronotop""Hello Kronotop"