ECHO

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

Returns message.

Examples

redis> ECHO "Hello World!"
(integer) 1
redis>

RESP2/RESP3 Reply

Bulk string reply: the given string.
RATE THIS PAGE
Back to top ↑