vertx / io.vertx.reactivex.redis / RedisTransaction / hmset

hmset

open 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.

Return