语法

  1. ECHO message

ECHO 命令返回传入的消息。

示例

  1. localhost:7379> ECHO hello!
  2. OK hello!