quasar_jobs/store/memory

In-memory implementation of the Store contract.

memory is intended for tests. SQLite and PostgreSQL adapters can preserve this contract while providing single-node and clustered durability.

Values

pub fn new() -> Result(store.Store, store.Error)

Starts a deterministic in-memory Store for tests and local development.

Search Document