replikativ / konserve

A clojuresque key-value/document store protocol with core.async.
Eclipse Public License 1.0
299 stars 25 forks source link

Fix get-in for JVM filestore, naming tweak. #27

Closed csm closed 4 years ago

csm commented 4 years ago

This also corrects some of the indentation, since parinfer mode doesn't like it when the indentation is off. Also fix a naming bug in the PStoreSerializer protocol, which was confusing me when I was trying to write code against that protocol.

whilo commented 4 years ago

Thank you, that looks good.

whilo commented 4 years ago

You had missed the else branch in your conditional. I have created a 0.5.1 bugfix release.