Skip to content

Commit

Permalink
feat(ext/kv): return versionstamp from set/commit (denoland#18512)
Browse files Browse the repository at this point in the history
This commit updates the `Deno.Kv` API to return the new commited
versionstamp for the mutated data from `db.set` and `ao.commit`. This is
returned in the form of a `Deno.KvCommitResult` object that has a
`versionstamp` property.
  • Loading branch information
lucacasonato committed Mar 30, 2023
1 parent 206c593 commit e888c3f
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 112 deletions.
Loading

0 comments on commit e888c3f

Please sign in to comment.