node-cache-manager-redis-store
node-cache-manager-redis-store copied to clipboard
[BUG] - Nest 8 RXJs 7.4 Error on returning null
Hello, since the last update from Nest 7 to Nest 8 also RXJS got updated to > 7.4.0. The call signature of Microservices has changed from .toPromise to lastValueFrom(...).
This change opened a possible bug if null is returned, which should be allowed in my opinion
The underlying node-cache-manger also discussed about allowing null values and allowed here in this really old post : Issue
Thanks for your opinion in advance :)
Best regards Meywether
I have same issue to
Any update on this? I'm getting the same error when trying to fetch from the redis store when the used key does not exist.