abstract fun msetnx(keyvals: JsonObject, handler: Handler<AsyncResult<String>>): RedisTransaction
Set multiple keys to multiple values, only if none of the keys exist
keyvals - Key value pairs to set
handler - Handler for the result of this call.
Since
Redis 1.0.1 group: string