vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / msetnxAwait

msetnxAwait

suspend fun RedisTransaction.msetnxAwait(keyvals: JsonObject): String

Set multiple keys to multiple values, only if none of the keys exist

Parameters

keyvals - Key value pairs to set

handler - Handler for the result of this call.

Return