suspend fun RedisClient.hmsetAwait(key: String, values: JsonObject): String
Set multiple hash fields to multiple values
key - Key string
key
values - Map of field:value pairs
values
handler - Handler for the result of this call.
handler
Return