ashwanthkumar / suuchi

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

Exposing getVersions publicly when explicitly using VersionedStore #52

Closed ashwanthkumar closed 7 years ago

ashwanthkumar commented 7 years ago

I've exposed getVersions(key) publicly for VersionedStore because when a service explicitly depends on VersionedStore, it helps to query the list of versions and expose them out (if needed) or do support filter or query kind of use-cases in the services. The method is automatically hidden if used as a Store anyways.

ashwanthkumar commented 7 years ago

Other changes mostly result of Cmd + Option + L 😛

ashwanthkumar commented 7 years ago

@brewkode Merging this and making a release once the build goes green.