vertx / io.vertx.redis / RedisTransaction / echo

echo

abstract fun echo(message: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Echo the given string

Parameters

message - String to echo

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: connection