rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

Support key level TTL feature

Open lhsoft opened this issue 7 months ago • 4 comments

Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev

Expected behavior

support key level ttl by add following method

DB::PUT(key, value, ttl)

ttl key will be cleaned by compaction

Actual behavior

Steps to reproduce the behavior

lhsoft avatar Jul 09 '24 03:07 lhsoft