Yields keys from the Cassandra database optionally based on a prefix, based on the store's keyDelimiter. This method pages through results efficiently for large datasets.
yieldKeys(prefix: string): AsyncGenerator<string>| Name | Type | Description |
|---|---|---|
prefix | string | An optional prefix to filter the keys to be yielded. |