HeyPuter / kv.js

⚡️ Advanced in-memory caching for JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i did not understand the usage

ama-coder opened this issue · comments

hello.
what is the use of this lib? i didn't understand properly.
(whats the difference between this and a simple value/variable in js?)

I'd characterize the use case as "in-memory caching module for JavaScript for when you need caching but running Redis or Memcached would be an overkill."
This is what I needed for puter.com (rate limiting etc.) so I decided to build it.
Hope this helps :)

thanks, are you iranian? can you explain to me in farsi. 'cause i didn't get it any ways
i mean where it does stores data? local storage or something, or its with system/memalloc stuff?

It stores data in memory. I don't think we'll ever add persistence to disk (or maybe we will if users ask for it!)
Sorry, I don't have a Farsi keyboard and I wouldn't be able to explain it in Farsi very well, but do let me know if you have further questions. Would be happy to help :)

tnx!