Redis echo命令來列印指定的字串。
字串返回
Redis echo命令的基本語法如下所示:
redis 127.0.0.1:6379> ECHO SAMPLE_STRING
redis 127.0.0.1:6379> ECHO "Hello World" "Hello World"