hyperion.adapters.keyval.memory¶
hyperion.adapters.keyval.memory
¶
In-memory :class:KeyValueStore adapter (lite -- not persistent).
InMemoryStore
¶
Bases: KeyValueStore
An in-memory key-value store.
This store is not persistent and is not shared between instances.