1.0.1 • Published 5 months ago

@aomi/cache-manager-ioredis-store v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

1.0.1

5 months ago

1.0.0

5 months ago