Expand description
Storage layer for mappy
Provides different storage backends for persistence and durability.
Modules§
- aof
- Append-Only File (AOF) storage backend
- disk
- Disk-based storage backend
- hybrid
- Hybrid storage backend
- memory
- In-memory storage backend
Structs§
- Storage
Config - Storage configuration
- Storage
Factory - Storage factory for creating different backends
- Storage
Stats - Storage statistics
Enums§
- Persistence
Mode - Persistence mode for storage
Traits§
- Storage
- Storage trait for different backends