Lettuce doesn't handle null response for Redis key (NullPointerException) #2596
Labels
status: good-first-issue
An issue that can only be worked on by brand new contributors
type: bug
A general bug
Milestone
Bug Report
The problem is similar to /issues/1474 which was related to a different place in the code but has the same symptoms.
When I try to get a value from
Current Behavior
Lettuce throws a
NullPointerException
when I try to get a value range for azset
by a key that is absent or has a null value.At the same moment, the 'size' request works as expected for the same keys.
Stack trace
Input Code
Input Code
Expected behavior/code
no NPE
Environment
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: