Skip to main content
method Deno.AtomicOperation.prototype.mutate

Add to the operation a mutation that performs the specified mutation on the specified key if all checks pass during the commit. The types and semantics of all available mutations are described in the documentation for Deno.KvMutation.

Parameters

...mutations: KvMutation[]