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

Make all KeyValueStore functions transactional #1108

Closed timbru closed 11 months ago

timbru commented 1 year ago

KeyValueStore already supports some transactional functions (e.g. get_transactional). But, it would be best if all functions always used transactions to ensure consistency.