summaryrefslogtreecommitdiff
path: root/ext/kv/01_db.ts
AgeCommit message (Expand)Author
2023-08-18feat(ext/kv): key expiration (#20091)Heyang Zhou
2023-07-01fix(ext/kv): expose Deno.AtomicOperation (#19674)Luca Casonato
2023-06-17chore(kv) fix and re-enable queue test (#19529)Igor Zinkovsky
2023-06-13feat(kv) queue implementation (#19459)Igor Zinkovsky
2023-05-03fix(ext/kv): throw on the Kv constructor (#18978)Luca Casonato
2023-05-03fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656)Luca Casonato
2023-04-29fix(ext/kv): stricter structured clone serializer (#18914)Luca Casonato
2023-04-27feat(kv): return ok bool from atomic commit (#18873)Luca Casonato
2023-04-26feat(ext/kv): add more atomic operation helpers (#18854)Ryan Dahl
2023-04-25refactor(ext/kv): don't use bigint literals (#18841)Bartek IwaƄczuk
2023-04-15feat(kv): AtomicOperation#sum (#18704)Ryan Dahl
2023-04-11fix(ext/kv): keys must be arrays (#18655)Luca Casonato
2023-03-30fix(dts): improve types for the Deno.KV API (#18510)Luca Casonato
2023-03-30feat(ext/kv): return versionstamp from set/commit (#18512)Luca Casonato
2023-03-25chore(ext/kv): add limits (#18415)Heyang Zhou
2023-03-24fix(ext/kv): add missing `getMany` method (#18410)Heyang Zhou
2023-03-22Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)Ryan Dahl
2023-03-22refactor: rename Deno.openKv() to Deno.kv() (#18349)Ryan Dahl
2023-03-22feat(ext/kv): key-value store (#18232)Heyang Zhou