Closed NivEz closed 9 months ago
Hi. We are slowly moving to using keyv as the main storage adapter for this
Btw, do you need any help with development / code contribution?
Hi @NivEz - we would love help on this. Currently the plan is to work on modernizing this code base and migrating it to typescript with Keyv as the backend. If you are interested I can start putting out what work needs to be done.
Do you have some checklist / board like this out there so I can see where I can help?
I will also have a look at keyv
where I can contribute.
@NivEz - I dont at this time as working on v5 right now. Then will be moving to all the caching libraries.
I was playing with the package and noticed that it doesn't really use
keyv.get()
, if it is indeed the case, why do we usekeyv.set()
if we won't access the items later on? Maybe I just need more clarification. The package requireskeyv
and onload
we initialize a new instance (new Keyv()
). In my local machine I commented out allkeyv
occurrences andflat-cache
worked.TLDR; Why is
keyv
necessary?Thanks