is it possible to get the result.operation() in the UpdateResponse too, so that it is easy to determine if NONE/DELETE/UPSERT which of them actually happened?
because ctx.get("op") is after the execution of script, it would be good to know for the client whether actual update happened or not
is it possible to get the result.operation() in the UpdateResponse too, so that it is easy to determine if NONE/DELETE/UPSERT which of them actually happened?
because ctx.get("op") is after the execution of script, it would be good to know for the client whether actual update happened or not