| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Field and Description |
|---|---|
protected Pool<ShardedJedis> |
ShardedJedis.dataSource |
| Modifier and Type | Method and Description |
|---|---|
ShardedJedis |
ShardedJedisPool.getResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShardedJedisPool.returnBrokenResource(ShardedJedis resource)
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be
done using @see
Jedis.close() |
void |
ShardedJedisPool.returnResource(ShardedJedis resource)
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be
done using @see
Jedis.close() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShardedJedis.setDataSource(Pool<ShardedJedis> shardedJedisPool) |
Copyright © 2016. All rights reserved.