NLnetLabs / kvx

Abstraction layer over various key-value store backends in Rust
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Make Queue fully transactional #48

Closed timbru closed 1 year ago

timbru commented 1 year ago

Some functions currently use transactions, but others don't. We should make this fully transactional so that we avoid concurrency issues.

timbru commented 1 year ago

Merged into prep-0.8.0