NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
289 stars 40 forks source link

Kvstore tx #1110

Closed timbru closed 11 months ago

timbru commented 1 year ago

This PR makes the krill::commons::eventsourcing::kv::KeyValueStore use transactions/locking for all functions, except for migration functions where there is no clear scope or more than one scope.