HeavyHorst / easykv

very simple Key/Value store abstraction library
MIT License
12 stars 7 forks source link

Add an option for etcd to choose linearizable reads #14

Closed tanguy-ortolo closed 1 year ago

tanguy-ortolo commented 1 year ago

easyKV uses linearizable reads with both etcd v2 and etcd v3. This comes with a delay cost, so this gives a choice to use linearizable reads instead.