Matthijs Dabroek

Results 8 comments of Matthijs Dabroek

This is in the works. Stay tuned.

First of all, thank you all for showing your interest. It encouraged me to finally work on this again. I am happy to inform you that I have just released...

@DmytroHaponovMD This can currently be achieved using: ```javascript import { redisStore } from 'cache-manager-redis-store'; import { CacheModule, Module } from '@nestjs/common'; import { AppController } from './app.controller'; import { AppService...

I am happy to inform you that I have just released [v3.0.0](https://github.com/dabroek/node-cache-manager-redis-store/releases/tag/v3.0.0) of this package on [npm](https://www.npmjs.com/package/cache-manager-redis-store) which upgrades the redis dependency to redis@^4.3.1 and adds new TypeScript declarations.

Hi @rodrigoimenes! Thanks for your PR. This project is certainly not deprecated, I just haven't had loads of time to look at it, so please be patient with me.

Can you please also add a test for this new functionality?

Actually, this would be to support `redisStore(url)`. Could you give more context on how this is used?

By upgrading to the latest version ([v3.0.0](https://github.com/dabroek/node-cache-manager-redis-store/releases/tag/v3.0.0)) of this package. 😃 Previous versions required you to call `redisCache.store.getClient().end(true)` to interrupt the connection.