We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On occasion some document results may return a valid key but the document value is nil.
nil.
Unfortunately I don't yet have a specific repeatable case but the theory/suspicion is:
This is unhandled when casting inside loadDocument() which completely crashes reading of data.
loadDocument()
Proposed solution is to handle cast errors appropriately. Will submit a new PR shortly with implementation.
The text was updated successfully, but these errors were encountered:
Added new PR #182
Sorry, something went wrong.
I have this problem too. In my case, the Redis connection is temporarily lost, and this results in a nil result.
No branches or pull requests
On occasion some document results may return a valid key but the document value is
nil.
Unfortunately I don't yet have a specific repeatable case but the theory/suspicion is:
This is unhandled when casting inside
loadDocument()
which completely crashes reading of data.Proposed solution is to handle cast errors appropriately. Will submit a new PR shortly with implementation.
The text was updated successfully, but these errors were encountered: