diff --git a/leveldb_base/db/db_impl.h b/leveldb_base/db/db_impl.h index 33f276f..6078a18 100644 --- a/leveldb_base/db/db_impl.h +++ b/leveldb_base/db/db_impl.h @@ -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;