vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / mgetManyAwait

mgetManyAwait

suspend fun RedisTransaction.mgetManyAwait(keys: List<String>): String

Get the values of all the given keys

Parameters

keys - List of keys to get

handler - Handler for the result of this call.

Return