Protected
clientProtected
yieldProtected
Optional
namespaceYields keys from the Upstash Redis database.
Optional
prefix: stringOptional prefix to filter the keys. A wildcard (*) is always appended to the end.
An AsyncGenerator that yields keys from the Upstash Redis database.
Generated using TypeDoc
Class that extends the BaseStore class to interact with an Upstash Redis database. It provides methods for getting, setting, and deleting data, as well as yielding keys from the database.
Example