suspend fun RedisClient.hmgetAwait(key: String, fields: List<String>): JsonArray
Get the values of all the given hash fields
key - Key string
key
fields - Field names
fields
handler - Handler for the result of this call.
handler
Return