Module storage

Module storage 

Source
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§

StorageConfig
Storage configuration
StorageFactory
Storage factory for creating different backends
StorageStats
Storage statistics

Enums§

PersistenceMode
Persistence mode for storage

Traits§

Storage
Storage trait for different backends