@aomi/cache-manager-ioredis-store
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Redis store for node cache manager

Redis cache store for node-cache-manager.

Installation

yarn add @aomi/cache-manager-ioredis-store

Usage

import { redisStore } from '@aomi/cache-manager-ioredis-store';
import Redis from 'ioredis';

import { redisClient } from './redis';

// use exists redis client
redisStore({
  redis: redisClient,
});

License

Licensed under the MIT license.

Fork from https://github.com/dabroek/node-cache-manager-redis-store

Package Sidebar

Install

npm i @aomi/cache-manager-ioredis-store

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

65.7 kB

Total Files

24

Last publish

Collaborators

  • sean-tian
  • happysuns