0.0.3 • Published 4 years ago

cache-manager-redis-data-store v0.0.3

Weekly downloads
19
License
MIT
Repository
-
Last release
4 years ago

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.