- Usage:
- 
            ECHO message
- Complexity:
- O(1)
- Since:
- 1.0.0
- ACL Categories:
- @connection, @fast
Returns message.
Examples
127.0.0.1:6379> ECHO "Hello World!"
"Hello World!"
RESP2/RESP3 Reply
Bulk string reply: the given string.
             ECHO
            
            
          message  
        
            
            
        Returns message.
127.0.0.1:6379> ECHO "Hello World!"
"Hello World!"
Bulk string reply: the given string.