Redis - Connection Echo Command



Redis ECHO command is used to print the given string.

Return Value

String reply.

Syntax

Following is the basic syntax of Redis ECHO command.

redis 127.0.0.1:6379> ECHO SAMPLE_STRING

Example

redis 127.0.0.1:6379> ECHO "Hello World" 
"Hello World" 
redis_connection.htm
Advertisements