abstract fun hmset(key: String, values: JsonObject, handler: Handler<AsyncResult<String>>): RedisTransaction
Set multiple hash fields to multiple values
values - Map of field:value pairs
handler - Handler for the result of this call.
Since
Redis 2.0.0 group: hash