loading-cache-ioredis
v0.0.1
Published
A data access utility to reduce requests to a data source by reading-through data to a Redis cache created with the ioredis npm package.
Downloads
2
Readme
LoadingCache
LoadingCache
is a generic utility that simplifies data access with a consistent API for any data source, such as databases or services, reducing requests to those sources by automatically reading-through data into caches with a pluggable implementation.
This package is a thin wrapper around the loading-cache
npm package for facilitating usage with a Redis client created with the ioredis
npm package as the cache. Refer to the documentation for the main package here.