Redis store for node-cache-manager updated
npm install @aomi/cache-manager-ioredis-storeRedis cache store for node-cache-manager.
``sh`
yarn add @aomi/cache-manager-ioredis-store
`typescript
import { redisStore } from '@aomi/cache-manager-ioredis-store';
import Redis from 'ioredis';
import { redisClient } from './redis';
// use exists redis client
redisStore({
redis: redisClient,
});
``
Licensed under the MIT license.
Fork from https://github.com/dabroek/node-cache-manager-redis-store