Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-27 | feat(ext/kv): support key expiration in remote backend (#20688) | Heyang Zhou | |
This patch adds support for [key expiration](https://docs.deno.com/kv/manual/key_expiration) in the remote backend. | |||
2023-08-22 | feat(ext/kv): connect to remote database (#20178) | Heyang Zhou | |
This patch adds a `remote` backend for `ext/kv`. This supports connection to Deno Deploy and potentially other services compatible with the KV Connect protocol. |