Quellcode durchsuchen

test db_test2.cc

master
王雪飞 vor 3 Wochen
Ursprung
Commit
09440b7260
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. +4
    -4
      include/leveldb/db.h

+ 4
- 4
include/leveldb/db.h Datei anzeigen

@ -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.

Laden…
Abbrechen
Speichern