cache-manager-cache-tags
v1.19.0
Published
Cache Tags store for node-cache-manager
Downloads
44
Readme
node-cache-manager-cache-tags
Tagged Redis cache store for node-cache-manager.
This package is a almost identical to node-cache-manager-ioredis,
but uses cache-tags instead of ioredis.
It aims to provide the most simple wrapper possible by just passing the configuration to the underlying
cache-tags package.
Note: this module currently only works with a clustered redis configuration. PRs are welcome 🙃
Installation
npm install cache-manager-cache-tags --saveor
yarn add cache-manager-cache-tagsTesting
docker-compose up -d
yarn test