vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / mgetManyAwait

mgetManyAwait

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

Get the values of all the given keys

Parameters

keys - List of keys to get

handler - Handler for the result of this call.

Return