cache-manager-redis-data-store
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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.

Package Sidebar

Install

npm i cache-manager-redis-data-store

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

27.1 kB

Total Files

11

Last publish

Collaborators

  • kessiler