Optional
options: Partial<MemoryAdapterOptions>Loads a serialized database from its in-memory store. (Loki persistence adapter interface function)
LokiMemoryAdapter
name of the database (filename/keyname)
adapter callback to return load result to caller
Saves a serialized database to its in-memory store. (Loki persistence adapter interface function)
LokiMemoryAdapter
name of the database (filename/keyname)
adapter callback to return load result to caller
Generated using TypeDoc
Deletes a database from its in-memory store.
Memberof
LokiMemoryAdapter