etcdserverpb: add more field into rangeResponse

This commit is contained in:
Xiang Li 2015-08-24 10:33:20 -07:00
parent e8e507b29b
commit 98ceb3cdbd

View File

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