cachemanager Questions
1
Solved
I am currently using cache manager module from NestJS and I was wondering why I can't get the NodeRedis client like this :
constructor(
@Inject(CACHE_MANAGER) private cacheManager: Cache,
) {
c...
Pyrogen asked 24/6, 2021 at 14:41
1
© 2022 - 2024 — McMap. All rights reserved.