mediocre / petty-cache

A cache module for Node.js that uses a two-level cache (in-memory cache for recently accessed data plus Redis for distributed caching) with some extra features to avoid cache stampedes and thundering herds. Also includes mutex and semaphore distributed locking primitives.
https://www.npmjs.org/package/petty-cache
Apache License 2.0
23 stars 6 forks source link