You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with large redis db, you might encounter an error if you try to fetch too many keys altogether.
There should be a scan option available (or getKeys should be implemented via scan)
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Actually, as a second thought, I'm not sure whether the error is from upstash which is prohibiting reading that many keys altogether (since it is a blocking operation https://redis.io/commands/keys/) or whether it is a redis limitation.
Can I do anything else?
pi0
changed the title
Missing Scan feature for keys in redis driver
[redis] upstash shows error when accessing too many keys
May 1, 2024
Describe the feature
Working with large redis db, you might encounter an error if you try to fetch too many keys altogether.
There should be a scan option available (or getKeys should be implemented via scan)
Additional information
The text was updated successfully, but these errors were encountered: