node-cache-manager-redis-store icon indicating copy to clipboard operation
node-cache-manager-redis-store copied to clipboard

[BUG] - Nest 8 RXJs 7.4 Error on returning null

Open Meywether opened this issue 3 years ago • 2 comments

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 image

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

Meywether avatar Dec 29 '21 08:12 Meywether

image I have same issue to

whydnxx avatar Apr 16 '22 08:04 whydnxx

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.

PaulRill00 avatar Nov 21 '22 17:11 PaulRill00