Deno KV: How to query for all records that have been updated since a given timestamp?
I'm evaluating Deno KV for project and looking through the API I'm unsure of how to achieve the functionality in the title. Is the answer to maintain a secondary index that has the timestamps as a part of the key and then do a list call with a range selector?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.