Anybody aware why https://github.com/nestjs/nest/pull/7171 is no longer available in master?
Unfortunately this prevents usage of CacheManagers multicache feature https://github.com/nestjs/nest/issues/6419
GitHub
PR Checklist
Please check if your PR fulfills the following requirements:
The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
Tests for the chan...