method Deno.Kv.prototype.commitVersionstamp
Jump to headingKv.prototype.commitVersionstamp(): symbol
Get a symbol that represents the versionstamp of the current atomic
operation. This symbol can be used as the last part of a key in
.set()
, both directly on the Kv
object and on an AtomicOperation
object created from this Kv
instance.
Return Type Jump to heading
symbol