stipsan / ioredis-mock

Emulates ioredis by performing all operations in-memory.
MIT License
333 stars 125 forks source link

Could this be used in production? #1341

Open adaboese opened 7 months ago

adaboese commented 7 months ago

I basically don't want to host Redis (yet), but I want to design cache in such a way that will allow it in the future.

Would this work as good as lru-cache, etc?