| 异常错误 | 说明 |
|---|---|
| InvalidURIException | |
| JedisAccessControlException | |
| JedisAskDataException | |
| JedisBusyException | |
| JedisClusterException | |
| JedisClusterMaxAttemptsException | |
| JedisClusterOperationException | |
| JedisConnectionException | |
| JedisDataException | |
| JedisException | |
| JedisExhaustedPoolException |
This exception will be thrown when the Jedis client isn't able to retrieve a connection from the
pool, since all the connections are being used (a.k.a. an "exhausted" pool).
|
| JedisMovedDataException | |
| JedisNoReachableClusterNodeException |
WARNING: This exception will extend
JedisClusterOperationException in upcoming major release. |
| JedisNoScriptException | |
| JedisRedirectionException |