Expand description
Write-Ahead Log (WAL) for AIngle clustering and replication.
Provides a durable, ordered log of all mutations before they hit the graph/memory store. Used as the foundation for Raft consensus log replication.
Re-exports§
pub use entry::WalEntry;pub use entry::WalEntryKind;pub use reader::VerifyResult;pub use reader::WalReader;pub use writer::WalWriter;