-
Notifications
You must be signed in to change notification settings - Fork 69
[question] Invalidating cache bases #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @remihuigen The biggest issue is that they don't allow to bulk delete using the binding: Actually I should change the batch to 10,000 keys so it will avoid making many calls, it won't run into the limits at using the batch delete. How did you try to use the I could expose a |
That would be great! I think i tried both my current implementation is practically the same as yours
|
I also just now noted that I'm using it as documented here |
I was wondering what the most efficient way is to clear cache bases.
I was looking at this bit of code, where you're clearing a base 100 keys at a time
I've been trying to make unstorage's
clear()
method work , but with no luck (which is probably why nuxthub uses batches of 100 keys).I have two questions related to this:
The text was updated successfully, but these errors were encountered: