Class for storing and retrieving documents in memory asynchronously. Extends the Docstore class.
Optional
Adds new documents to the store.
An object where the keys are document IDs and the values are the documents themselves.
Void
Method to delete multiple keys.
An array of keys to delete.
Method to get multiple values for a set of keys.
An array of keys.
Method to set a value for multiple keys.
An array of key-value pairs.
Searches for a document in the store based on its ID.
The ID of the document to search for.
The document with the given ID.
Method to yield keys optionally based on a prefix.
Optional prefix to filter keys.
Generated using TypeDoc
Class for storing and retrieving documents in memory asynchronously. Extends the Docstore class.