index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
kv
/
01_db.ts
Age
Commit message (
Expand
)
Author
2024-09-19
refactor(ext/kv): align error messages (#25500)
Ian Bull
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-05-23
fix(runtime): use more null proto objects (#23921)
Luca Casonato
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-07
fix(ext): enable prefer-primordials for internal TypeScript (#21813)
Kenta Moriuchi
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-14
feat(unstable): append commit versionstamp to key (#21556)
Heyang Zhou
2023-12-12
feat(ext/kv) add backoffSchedule to enqueue (#21474)
Igor Zinkovsky
2023-12-05
fix(ext/kv): throw error if already closed (#21459)
Raashid Anwar
2023-12-05
feat(unstable): kv.watch() (#21147)
Luca Casonato
2023-11-01
feat: disposable Deno resources (#20845)
Luca Casonato
2023-09-26
fix(kv_queues): graceful shutdown (#20627)
Igor Zinkovsky
2023-09-22
feat(kv_queues): increase max queue delay to 30 days (#20626)
Igor Zinkovsky
2023-09-08
fix(ext/kv): same `expireIn` should generate same `expireAt` (#20396)
Heyang Zhou
2023-08-18
feat(ext/kv): key expiration (#20091)
Heyang Zhou
2023-07-01
fix(ext/kv): expose Deno.AtomicOperation (#19674)
Luca Casonato
2023-06-17
chore(kv) fix and re-enable queue test (#19529)
Igor Zinkovsky
2023-06-13
feat(kv) queue implementation (#19459)
Igor Zinkovsky
2023-05-03
fix(ext/kv): throw on the Kv constructor (#18978)
Luca Casonato
2023-05-03
fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656)
Luca Casonato
2023-04-29
fix(ext/kv): stricter structured clone serializer (#18914)
Luca Casonato
2023-04-27
feat(kv): return ok bool from atomic commit (#18873)
Luca Casonato
2023-04-26
feat(ext/kv): add more atomic operation helpers (#18854)
Ryan Dahl
2023-04-25
refactor(ext/kv): don't use bigint literals (#18841)
Bartek Iwańczuk
2023-04-15
feat(kv): AtomicOperation#sum (#18704)
Ryan Dahl
2023-04-11
fix(ext/kv): keys must be arrays (#18655)
Luca Casonato
2023-03-30
fix(dts): improve types for the Deno.KV API (#18510)
Luca Casonato
2023-03-30
feat(ext/kv): return versionstamp from set/commit (#18512)
Luca Casonato
2023-03-25
chore(ext/kv): add limits (#18415)
Heyang Zhou
2023-03-24
fix(ext/kv): add missing `getMany` method (#18410)
Heyang Zhou
2023-03-22
Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)
Ryan Dahl
2023-03-22
refactor: rename Deno.openKv() to Deno.kv() (#18349)
Ryan Dahl
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou