bjornharrtell / PgKeyValueDB

MIT License
1 stars 0 forks source link

Filter out expired items (optionally?) on get #1

Closed bjornharrtell closed 6 months ago

Revsgaard commented 6 months ago

FoxIDs always need to filter out expired item. Therefore, maybe default filter out if optionally.

bjornharrtell commented 6 months ago

I opted to see this is as an non optional internal fix, done with https://github.com/bjornharrtell/PgKeyValueDB/commit/d4c154e19f1f33eb190992f65e7318b080b6f25c and https://github.com/bjornharrtell/PgKeyValueDB/commit/c4751e8739709fea2ad385bce8202f8b17e78604.

That is, API is unchanged and expired items should no longer be included in any result.

bjornharrtell commented 6 months ago

Released as 0.4.4.

Revsgaard commented 6 months ago

Perfect very nice, FoxIDs is updated to user the new version.