# ekv v0.4.3 - Table of Contents

Eventually consistent durable KV store for Elixir with zero runtime dependencies.
Data survives node restarts, node death, and network partitions.
Direct member replication across Erlang nodes with delta sync.

## Modules

- [EKV](EKV.md): Eventually consistent durable KV store with opt-in per-key linearizable CAS.
- [EKV.Event](EKV.Event.md): Represents a key change event delivered to subscribers.
- [EKV.Transport](EKV.Transport.md): Minimal adapter boundary for EKV data-plane traffic.
- [EKV.Transports.Dist](EKV.Transports.Dist.md): Default EKV transport using Erlang distribution.

