vertx / io.vertx.redis / RedisTransaction / hmset

hmset

abstract fun hmset(key: String, values: JsonObject, handler: Handler<AsyncResult<String>>): RedisTransaction

Set multiple hash fields to multiple values

Parameters

key - Key string

values - Map of field:value pairs

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: hash