-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Id are changing with Redis engine #49
Comments
Is every id for every record changing? Does the id change to something different every time you read from the cache, or is the new id consistent every time you read from the cache? If you clear redis and cache the results again, is the new id the same as it was before? Or does it generate a brand new id that is different than the previous brand new id? |
What version of Mongoose are you using? |
v5.4.1 |
I just published |
same here |
So... unresolved? I just started caching a new query and I'm seeing the same results, all of the data is present and correct except the |
same here |
Since #44 was closed, I open this issue.
The data is OK except it generates a new Id for some reason.
Any simple example will show the bug.
The text was updated successfully, but these errors were encountered: