André Roth
|
67771795ca
|
etcd: implement transactions
- use temporary db for lookups in transactions
- use batch implementation to commit transaction
|
2024-07-31 22:16:00 +02:00 |
|
André Roth
|
7a01c9c62d
|
etcd: implement batch operations
- cache the operations internally in a list
- Write() applies the list to etcd
|
2024-07-31 22:16:00 +02:00 |
|
André Roth
|
9768ecef22
|
etcd: implement temporary db support
- temporary db support is implemented with a unique key prefix
- prevent closing etcd connection when closing temporary db
|
2024-07-31 22:16:00 +02:00 |
|
hudeng
|
78172d11d7
|
feat: Add etcd database support
improve concurrent access and high availability of aptly with the help of the characteristics of etcd
|
2024-07-31 22:16:00 +02:00 |
|