vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hmsetAwait

hmsetAwait

suspend fun RedisClient.hmsetAwait(key: String, values: JsonObject): String

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