rocksdb
rocksdb copied to clipboard
Support key level TTL feature
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