Skip to content

Reproduction repo for caching the same value in multiple caches

Notifications You must be signed in to change notification settings

drdreo/nest-cache-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 16, 2024
379a5f2 · Jan 16, 2024

History

4 Commits
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024

Repository files navigation

NestjsBug

Run tests to verify caching aint working as expected run npx nx test

Expected behavior: Is that different cache modules can be configured differently. I would expect that the cache manager is not shared between the two modules.

Actual behavior: The cache manager is shared between the two modules since upgrade @nestjs/common@10.3.0 and @nestjs/core@10.3.0.

When using "@nestjs/common": "10.2.10", "@nestjs/core": "10.2.10", it works as expected.

About

Reproduction repo for caching the same value in multiple caches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published