ECHO

Syntax
ECHO message
Available since:
1.0.0
Time complexity:
O(1)
ACL categories:
@fast, @connection,

Returns message.

Examples

ECHO "Hello World!"

RESP2/RESP3 Reply

Bulk string reply: the given string.
Rate this page