Cache Tags store for node-cache-manager
npm install 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 underlyingcache-tags package.
Note: this module currently only works with a clustered redis configuration. PRs are welcome 🙃
``sh`
npm install cache-manager-cache-tags --save`
orsh`
yarn add cache-manager-cache-tags
`sh``
docker-compose up -d
yarn test