Redis – Connection Echo Command

  • Post author:
  • Post category:Redis
  • Post comments:2 Comments

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" 

This Post Has 2 Comments

Leave a Reply