浏览代码

添加合并逻辑-朱陈媛

main
朱陈媛 4 周前
父节点
当前提交
522f0e08a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      leveldb_base/include/leveldb/write_batch.h

+ 1
- 1
leveldb_base/include/leveldb/write_batch.h 查看文件

@ -51,7 +51,7 @@ class LEVELDB_EXPORT WriteBatch {
// Store the mapping "key->value" in the database.
void Put(const Slice& key, const Slice& value);
// ttl-
// ttl-
void Put(const Slice& key, const Slice& value, uint64_t ttl);
// If the database contains a mapping for "key", erase it. Else do nothing.

正在加载...
取消
保存