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

Add to the operation a mutation that sets the value of the specified key to the specified value if all checks pass during the commit.

Parameters

key: KvKey
value: unknown