Expand description
Implements crate::store::KeyValueStore
in memory.
Structs§
- Memory
Store - A virtual DB client where data are persisted in memory.
- Memory
Store Config - The initial configuration of the system
Enums§
- Memory
Store Error - 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.