vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / getAwait

getAwait

suspend fun RedisTransaction.getAwait(key: String): String

Get the value of a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return