vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / msetAwait

msetAwait

suspend fun RedisClient.msetAwait(keyvals: JsonObject): String

Set multiple keys to multiple values

Parameters

keyvals - Key value pairs to set

handler - Handler for the result of this call.

Return