程序包 | 说明 |
---|---|
redis.clients.jedis | |
redis.clients.jedis.exceptions | |
redis.clients.jedis.util |
限定符和类型 | 方法和说明 |
---|---|
void |
Connection.connect() |
java.net.Socket |
JedisSocketFactory.createSocket()
WARNING: Throwing IOException will not be supported in future.
|
java.net.Socket |
DefaultJedisSocketFactory.createSocket() |
限定符和类型 | 类和说明 |
---|---|
class |
JedisNoReachableClusterNodeException
WARNING: This exception will extend
JedisClusterOperationException in upcoming major release. |
限定符和类型 | 方法和说明 |
---|---|
int |
RedisInputStream.read(byte[] b,
int off,
int len) |
byte |
RedisInputStream.readByte() |