| 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 won't exist. Resouce cleanup should be done
using @see
close() |
void |
ShardedJedisPool.returnResource(ShardedJedis resource)
Deprecated.
starting from Jedis 3.0 this method won't exist. Resouce cleanup should be done
using @see
close() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShardedJedis.setDataSource(Pool<ShardedJedis> shardedJedisPool) |
Copyright © 2015. All rights reserved.