vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / mgetAwait

mgetAwait

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

Get the value of the given key

Parameters

key - Key string

handler - Handler for the result of this call.

Return