File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,7 @@ CompactionRequest compacts the key-value store up to a given revision. All super
365
365
| create_revision | create_revision is the creation revision of the given key | int64 | int64 | long | int/long | int64 |
366
366
| mod_revision | mod_revision is the last modified revision of the given key. | int64 | int64 | long | int/long | int64 |
367
367
| value | value is the value of the given key, in bytes. | bytes | [ ] byte | ByteString | str | string |
368
+ | range_end | range_end is the range end. | bytes | [ ] byte | ByteString | str | string |
368
369
369
370
370
371
Original file line number Diff line number Diff line change @@ -433,6 +433,8 @@ message Compare {
433
433
// value is the value of the given key, in bytes.
434
434
bytes value = 7 ;
435
435
}
436
+ // range_end is the range end.
437
+ bytes range_end = 8 ;
436
438
}
437
439
438
440
// From google paxosdb paper:
You can’t perform that action at this time.
0 commit comments