Honu v0.2.7
Adds more helpers to the honu.Update
function to support anti-entropy replication.
Update will now no longer overwrite a later version unless the force
option is
specified. Update will also return what kind of update happened based on the
previous version in the database (e.g. stomp or skip).
Changelog
- b3f3099 Skip, stomp, and linear version history tracking in Update (#19)
- 0d24e25 Update Version Checks (#18)
About
Honu is (currently) an experimental project that adds global versioning and
replication semantics to an embedded database such as leveldb. If you're interested
in this project, please see https://geodistributed.systems for more.