Re-exports§
pub use auth_service::AuthService;pub use config::StoreConfig;pub use engine::KvEngine;pub use engine::SingleNodeEngine;pub use error::Error;pub use error::Result;
Modules§
- auth_
service - Authentication service implementation.
- auth_
types - Authentication-related types.
- command
- Command definitions for the key-value store.
- compactor
- Background compaction coordinator.
- config
- Configuration structures.
- crypto
- Cryptographic utilities for hashing and encryption.
- engine
- Key-value engine traits and implementations.
- error
- Error types and result aliases.
- id_
generator - Distributed ID generation.
- index
- In-memory index for fast lookups.
- log_
segment - Log segment management.
- metrics
- Metrics collection and reporting.
- prefix_
index - Prefix index for efficient prefix queries.
- replication
- Replication protocol implementation.
- snapshot
- Snapshot persistence.
- state
- In-memory key-value state.
- storage
- Log-structured storage layer.