stephan-hof / pyrocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
150 stars 169 forks source link

Open database with TTL #40

Open ummae opened 8 years ago

ummae commented 8 years ago

RocksDB supports TTL settings(according to https://github.com/facebook/rocksdb/wiki/Time-to-Live) though I cannot find related options in pyrocksdb. is it not supported?