basho-labs / hanoidb

The Hanoi Key/Value Storage Engine
Apache License 2.0
25 stars 4 forks source link

Implement time-based expiry #5

Closed krestenkrab closed 12 years ago

krestenkrab commented 12 years ago

Just like bitcask, HanoiDB should have a mechanism to evict KVs after a given time period.

gburd commented 12 years ago

There is now support for both global expiry based on a timeout and per-key timeouts.