suspend fun RedisClient.echoAwait(message: String): String
Echo the given string
message - String to echo
message
handler - Handler for the result of this call.
handler
Return