Skip to content
Snippets Groups Projects
Unverified Commit 980bba91 authored by Simone Basso's avatar Simone Basso Committed by GitHub
Browse files

engine: use rogpeppe/go-internal/lockedfile for kvstore (#195)

This patch changes the way in which we implement the kvstore used
to keep track of orchestra, to use rogpeppe/go-internal/lockedfile
rather than a database-like kvstore.

For our use case, atomic file read and write is adequate and we
don't need to add additional complexity.

Sadly, I didn't notice go-internal/lockedfile before.

Because we're not using a completely different kvstore, I have
changed to directory name to be `kvstore2`.
parent ce6f48d2
Branches
Tags v0.4.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment