Module memory

Source
Expand description

Implements crate::store::KeyValueStore in memory.

Structs§

MemoryStore
A virtual DB client where data are persisted in memory.
MemoryStoreConfig
The initial configuration of the system

Enums§

MemoryStoreError
The error type for MemoryStore.

Constants§

TEST_MEMORY_MAX_STREAM_QUERIES
The number of streams for the test

Functions§

create_test_memory_store
Creates a test memory store for working.