| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Class and Description |
|---|---|
class |
JedisPool |
class |
JedisSentinelPool |
class |
ShardedJedisPool |
| Modifier and Type | Field and Description |
|---|---|
protected Pool<ShardedJedis> |
ShardedJedis.dataSource |
protected Pool<Jedis> |
Jedis.dataSource |
| Modifier and Type | Method and Description |
|---|---|
void |
Jedis.setDataSource(Pool<Jedis> jedisPool) |
void |
ShardedJedis.setDataSource(Pool<ShardedJedis> shardedJedisPool) |
Copyright © 2015. All rights reserved.