소스 검색

添加合并逻辑-朱陈媛

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.

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