young001

Results 1 issues of young001

when a rockdb opened by with a time-to-live option,in java is ``` Options options = new Options().setCreateIfMissing(true); options.setKeepLogFileNum(10); rawDatadb = TtlDB.open(options, "xxx", 43200, false); ``` when open using python-rocksdb,the value...

enhancement