Yusuf T.
                                            Yusuf T.
                                        
                                    Encountering the same problem, I temporarily used a GitHub Action utility called ["Retry Step"](https://github.com/marketplace/actions/retry-step) to automatically retry failed release steps after a few seconds. ```yml ... jobs: release: ... steps:...
This is great PR, but it seems the repository owner has been inactive for a while. Can this PR be opened to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) instead?
Referring to [this comment](https://github.com/dabroek/node-cache-manager-redis-store/issues/40#issuecomment-1383193211), I think this issue can be solved if you use [node-cache-manager-redis-yet](https://github.com/node-cache-manager/node-cache-manager-redis-yet) instead. ```ts import { CacheModule, Module } from '@nestjs/common'; import { redisStore } from 'cache-manager-redis-yet';...