ECHO

ECHO message
Available since:
Redis Open Source 1.0.0
Time complexity:
O(1)
ACL categories:
@fast, @connection,
Compatibility:
Redis Software and Redis Cloud compatibility

Returns message.

Required arguments

message

The message to echo back.

Examples

ECHO "Hello World!"

Redis Software and Redis Cloud compatibility

Redis
Software
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active

Return information

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