Asynchronous generator that yields keys from the store. If a prefix is provided, it only yields keys that start with the prefix.
Optional
prefix: stringOptional prefix to filter keys.
AsyncGenerator that yields keys from the store.
Static
fromStatic method for initializing the class. Preforms a check to see if the directory exists, and if not, creates it.
Promise that resolves to an instance of the class.
Generated using TypeDoc
File system implementation of the BaseStore using a dictionary. Used for storing key-value pairs in the file system.
Example