Ask a question to get started
Enter to sendā¢Shift+Enter new line
Asynchronous generator that yields keys from the store. If a prefix is provided, it only yields keys that start with the prefix.
yieldKeys(prefix: string): AsyncGenerator<string>
prefix
string
Optional prefix to filter keys.