vertx / io.vertx.redis / RedisTransaction / msetnx

msetnx

abstract fun msetnx(keyvals: JsonObject, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 1.0.1 group: string