You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It contains the actual issue ERR value is not an integer or out of range script: 953804d07099a2cd2aed5c4d9808174147ed9abb, on @user_script:8
Existing workaround
Users need to verify their scripts with alternative clients to see if they are not invalid / malformed
Proposed solution
Will spend some time on this, but the proper solution might be in the Lettuce driver itself.
If this is the case please close this issue.
The text was updated successfully, but these errors were encountered:
tishun
changed the title
Invalid RedisScript does not report the error correctly
Invalid RedisScript does not report the error correctly when using the Lettuce driver
Jan 13, 2025
mp911de
changed the title
Invalid RedisScript does not report the error correctly when using the Lettuce driverRedisScript with return type Number uses ValueOutput instead of IntegerOutputJan 13, 2025
(First reported in redis/lettuce#2831 (comment) by @ShepherdZFJ )
Steps to reproduce:
Current output
Stack trace
Expected output
The Jedis equivalent to this is:
Stack trace
It contains the actual issue
ERR value is not an integer or out of range script: 953804d07099a2cd2aed5c4d9808174147ed9abb, on @user_script:8
Existing workaround
Users need to verify their scripts with alternative clients to see if they are not invalid / malformed
Proposed solution
Will spend some time on this, but the proper solution might be in the Lettuce driver itself.
If this is the case please close this issue.
The text was updated successfully, but these errors were encountered: