vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / echoAwait

echoAwait

suspend fun RedisClient.echoAwait(message: String): String

Echo the given string

Parameters

message - String to echo

handler - Handler for the result of this call.

Return