dabroek / node-cache-manager-ioredis

Redis store for node-cache-manager using IORedis.
MIT License
59 stars 29 forks source link

Support initialization when client instance already exists #5

Closed glani closed 4 years ago

glani commented 5 years ago

It would be better if we had initialization where we can put existed redisCache instance.

Advantages: redis is used not only for caching also for sessions. The main idea is to have the same instance for sessions and caching

dabroek commented 4 years ago

Support for this was added in release v2.1.0.