瀏覽代碼

test db_test2.cc

master
王雪飞 3 週之前
父節點
當前提交
09440b7260
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      include/leveldb/db.h

+ 4
- 4
include/leveldb/db.h 查看文件

@ -146,10 +146,10 @@ class LEVELDB_EXPORT DB {
// db->CompactRange(nullptr, nullptr);
virtual void CompactRange(const Slice* begin, const Slice* end) = 0;
// ----------------------------For TTL-----------------------------
// key设置ttl
virtual Status Put(const WriteOptions& options, const Slice& key,
const Slice& value, uint64_t ttl) = 0;
// // ----------------------------For TTL-----------------------------
// // key设置ttl
// virtual Status Put(const WriteOptions& options, const Slice& key,
// const Slice& value, uint64_t ttl) = 0;
};
// Destroy the contents of the specified database.

Loading…
取消
儲存