Hi,
I’m using bucket.mutateIn() to modify a sub doc. I’ve noticed in some of the other SDKs a method .withExpiry() or similar.
It looks like this doesn’t exist in the Node SDK.
What is the correct way to modify metadata? Is it through e.g. .upsert('meta.expiration', 60*60*24) ?
I was interested in changing the expiry in sub-document operations though, specifically mutateIn().
Sub-document operations don’t seem to be documented in that link.
It looks like the Node.js SDK falls short in this respect.