suspend fun RedisClient.msetnxAwait(keyvals: JsonObject): Long
Set multiple keys to multiple values, only if none of the keys exist
keyvals - Key value pairs to set
keyvals
handler - Handler for the result of this call.
handler
Return