hyper63 / hyper-adapter-sqlite

An adapter that implements the hyper Cache Port using SQLite
2 stars 0 forks source link

bug: list doesn't evict expired key-values #13

Closed TillaTheHun0 closed 2 years ago

TillaTheHun0 commented 2 years ago

getDoc will check the ttl of a record, and evict if needed, basically a poor-person's ttl

This same check needs to be added to listDocs for each document that is returned