From c27a4a1d3d455e3d9409e48820823494f150dab6 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Thu, 11 Feb 2016 17:25:43 -0800 Subject: [PATCH] kv.proto: docs of create_revision, mod_revision --- storage/storagepb/kv.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/storagepb/kv.proto b/storage/storagepb/kv.proto index 123b5a174..ba8820542 100644 --- a/storage/storagepb/kv.proto +++ b/storage/storagepb/kv.proto @@ -11,8 +11,9 @@ option (gogoproto.goproto_enum_prefix_all) = false; message KeyValue { bytes key = 1; + // create_revision is the revision of last creation on this key. int64 create_revision = 2; - // mod_revision is the last modified revision of the key. + // mod_revision is the revision of last modification on this key. int64 mod_revision = 3; // version is the version of the key. A deletion resets // the version to zero and any modification of the key