소스 검색

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.

불러오는 중...
취소
저장