vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hmgetAwait

hmgetAwait

suspend fun RedisClient.hmgetAwait(key: String, fields: List<String>): JsonArray

Get the values of all the given hash fields

Parameters

key - Key string

fields - Field names

handler - Handler for the result of this call.

Return