Expand description
In-memory store that mirrors the ClusterStore API without requiring Raft.
This is the “virtualized tatara” — a complete, functional implementation of the tatara state machine that runs entirely in-memory. It applies the same state transitions as the Raft state machine but without consensus overhead.
Structs§
- InMemory
Store - In-memory store that provides the same read/write interface as ClusterStore but backed by a simple RwLock instead of Raft consensus.