NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust

Home Page:https://nlnetlabs.nl/projects/routing/krill/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make all KeyValueStore functions transactional

timbru opened this issue · comments

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