+ improve handling of Jedis exceptions
This commit is contained in:
@@ -110,7 +110,7 @@ public class JedisConnection implements RedisConnection {
|
||||
return JedisUtils.convertJedisAccessException((IOException) ex);
|
||||
}
|
||||
|
||||
throw new UncategorizedKeyvalueStoreException("Unknown jedis exception", ex);
|
||||
return new UncategorizedKeyvalueStoreException("Unknown jedis exception", ex);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user