mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserverpb: add more field into rangeResponse
This commit is contained in:
parent
e8e507b29b
commit
98ceb3cdbd
@ -59,6 +59,8 @@ message RangeResponse {
|
||||
ResponseHeader header = 1;
|
||||
repeated storagepb.KeyValue kvs = 2;
|
||||
bytes consistent_token = 3;
|
||||
// more indicates if there are more keys to return in the requested range.
|
||||
bool more = 4;
|
||||
}
|
||||
|
||||
message PutRequest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user