vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / echoAwait

echoAwait

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

Echo the given string

Parameters

message - String to echo

handler - Handler for the result of this call.

Return