liaoliaots/nestjs-redis

@nestjs/terminus should not be a required dependency

sboli opened this issue · 1 comments

sboli commented

Current behavior

@nestjs/terminus a good practice to monitor app availability. And is a must have the second you deploy to K8s. But you should not enforce this on users of this library.

As is @nestjs/terminus must be installed in order for this library to work. This should be easily decoupled.

I will publish v3.0.0 today or tomorrow, @nestjs/terminus will be a optional dep.