suspend fun RedisTransaction.msetnxAwait(keyvals: JsonObject): String
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