ECHO

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

Returns message.

Examples

redis> ECHO "Hello World!"
1) "1743865952"
2) "315184"
redis>

RESP2/RESP3 Reply

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