Replies: 1 comment
-
Issue #3245 created. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expected behavior
Aggregation Result casting List when using REDUCE TOLIST
Actual behavior
I will be able to parse LIST using AggregationResult
Steps to reproduce:
https://ibb.co/X44sPDT
https://ibb.co/kGgM9zq
Error:
https://ibb.co/HnVPWr8
There are 3 options avaliable. getString, getLong and getDouble for Row.class operations so in this case I have used getString but it should be getList or smt.
Full query:
Redis / Jedis Configuration
Jedis version:
4.3.1
Redis version:
6.2.6
Java version:
17
Beta Was this translation helpful? Give feedback.
All reactions