Expand description
Server-facing wrapper for the RedDB file artifact layer.
The physical .rdb format, WAL, checkpoint, locking, and recovery
implementation lives in reddb-file. This module keeps the historical
crate::storage::EmbeddedRdbArtifact API and maps file-layer errors onto
RedDBError.