mvccpb: add 'prev_kv' field

This commit is contained in:
Gyu-Ho Lee 2016-10-07 14:19:59 -07:00
parent a091c629e1
commit c859c97ee2

View File

@ -43,4 +43,6 @@ message Event {
// A DELETE/EXPIRE event contains the deleted key with
// its modification revision set to the revision of deletion.
KeyValue kv = 2;
// prev_kv holds the key-value pair before the event happens.
KeyValue prev_kv = 3;
}