InMemoryKeyValueStorage
BaseKeyValueStorage
using
in-memory list. Ideal for temporary storage purposes, as data will be lost
when the program ends.
init
save
- records (List[Dict[str, Any]]): A list of dictionaries, where each dictionary represents a unique record to be stored.