|
|
@ -38,7 +38,7 @@ class DBImpl : public DB { |
|
|
|
// Implementations of the DB interface |
|
|
|
Status Put(const WriteOptions&, const Slice& key, |
|
|
|
const Slice& value) override; |
|
|
|
// 添加ttl-橙 |
|
|
|
// 添加ttl-朱陈媛 |
|
|
|
Status Put(const WriteOptions&, const Slice& key, |
|
|
|
const Slice& value, uint64_t ttl) override; |
|
|
|
Status Delete(const WriteOptions&, const Slice& key) override; |
|
|
|