open fun msetnx(keyvals: JsonObject, handler: Handler<AsyncResult<Long>>): RedisClient
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.
Return