How to clear the cache for the Keyv? #284
Unanswered
BarryAllen-Arrow
asked this question in
Help
Replies: 1 comment
-
You can manually clear it by just deleting everything inside cache.json. The file itself still needs to exist. The keyv file store is probably slower compared to using something like redis or MySQL, but it shouldn't be a big issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I'm using jail breaked bing, so there's a keyv method for it, although it's always working, it's quite confusing. Sometimes, the cache would save down in the cache.json file as I set. But when I copy another instance of the "use-bing-client.js" and give the keyv file a different name, like cache2.json, it wouldn't save down anything! So I was thinking if I just clear everything in the cache.json file, I can clear the cache, right? But since it's not storing stuffs right now, I have no idea how to clear cache.
And there's another stupid question, will the cache affect the speed or perform of bing? if there're a large amount of quesions stored in the cache, will it get bing respond slower?
Beta Was this translation helpful? Give feedback.
All reactions