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 🙃
npm install cache-manager-cache-tags --saveor
yarn add cache-manager-cache-tagsdocker-compose up -d
yarn test