ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Fix the VRecord.key in VersionedStore #73

Closed ashwanthkumar closed 7 years ago

ashwanthkumar commented 7 years ago

Today we set the key of VRecord as V_. Now this is a little useless because if we want to get back the data from versionScanner().scan. It wouldn't be possible. We need to make sure we return the actual key in the VRecord along with the list of versions for that key.