abstract fun echo(message: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Echo the given string
message - String to echo
message
handler - Handler for the result of this call.
handler
Since Redis 1.0.0 group: connection