Expand description
A fully in-memory StoreBackend
implementation, storing all data in RAM
with no other backups. This is mostly intended for tests, as it doesn’t
depend on any state being persisted between links shutdown and startup, nor
does it depend on any external resources or services.
Structs§
- Store
- A fully in-memory
StoreBackend
implementation useful for testing. Not recommended for production, as this lacks any data persistence or backups.