Optional
docs: Map<string, Document<Record<string, any>>>Adds new documents to the store.
An object where the keys are document IDs and the values are the documents themselves.
Void
Method to set a value for multiple keys.
An array of key-value pairs.
Generated using TypeDoc
Class for storing and retrieving documents in memory asynchronously. Extends the Docstore class.