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
Use IllegalStateException to replace invalid JedisDataException (#2393)
* Introduce JedisBatchOperationException
- Pipeline and Transaction related exceptions, which do not come from Redis, are changed to throw JedisBatchOperationException.
- SafeEncoder is changed to throw JedisException.
Based on discussions in #1183
* Update JedisTest.java
* Update JedisTest.java
* Update JedisWithCompleteCredentialsTest.java
* backward compatibility with JedisBatchOperationException
* address review
* remove deprecation
* Use IllegalStateException to replace invalid JedisDataException
* remove unused import
* Use IllegalArgumentException
* Renaming test methods
Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
0 commit comments