ECHO

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

Returns message.

Examples

ECHO "Hello World!"

Return information

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