vertx / io.vertx.reactivex.redis / RedisClient / hmset

hmset

open fun hmset(key: String, values: JsonObject, handler: Handler<AsyncResult<String>>): RedisClient

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