Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cache-manager-redis-data-store

kessiler15MIT0.0.3TypeScript support: included

This is a redis data store for node cache manager.

node-cache-manager, cache-manager, store, redis, ioredis, node_redis

readme

cache-manager-redis-data-store

This is a redis data store for node cache manager.

This package uses ioredis by default, however, you can change it.

It supports passing your external redis instance, allowing you to use (node_redis, ioredis) or just passing the configuration to the underlying redis package used.

Installation

npm install cache-manager-redis-data-store --save

or

yarn add cache-manager-redis-data-store

Examples

Go checkout examples !

Contribution

Want to help improving this package? Feel free to send a pull requests.

License

The cache-manager-redis-data-store is licensed under the MIT license.