Java: Missing null handing at lpopCount #3024
Labels
bug
Something isn't working
java
issues and fixes related to the java client
User issue
Issue openned by users
Users Pain
An issue known to cause users pain, generaly open by the user.
Milestone
Describe the bug
Java valkey-glide
lpopCount
is unable to handle missing key.Expected Behavior
Got null on
lpopCount
.ref
Current Behavior
I got error.
Reproduction Steps
client.lpopCount("missing_key", 123)
Possible Solution
Use
handleArrayOrNullResponse
instead ofhandleArrayResponse
inlpopCount
Additional Information/Context
No response
Client version used
1.2.1
Engine type and version
Valkey 7.0
OS
any
Language
Java
Language Version
any
Cluster information
No response
Logs
No response
Other information
No response
The text was updated successfully, but these errors were encountered: