jedis
jedis copied to clipboard
Pipeline's response should contain specific exceptions rather than JedisDataException
Expected behavior
Pipeline's responses contain the text retrieved by Redis with a generic JedisDataException as a text. Would be better to throw specific errors for OOM for example and other expected issues.
Actual behavior
A generic JedisDataException is part of the response with the retrieved result.
Hello, is there any progress on this? We need this functionality too.
Until Redis itself is not defining such error with specific code, Jedis is not going to define exception base on error messages which may be changed/edited without any notice.