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
Return