Optional
kwargs: SerializedFieldsRest
..._args: never[]Protected
storeSets the values for the given keys in the store.
Array of key-value pairs to set in the store.
Promise that resolves when all key-value pairs have been set.
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.
Generated using TypeDoc
In-memory implementation of the BaseStore using a dictionary. Used for storing key-value pairs in memory.
Example