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<Jedis> |
Jedis.dataSource |
protected Pool<ShardedJedis> |
ShardedJedis.dataSource |
Modifier and Type | Method and Description |
---|---|
void |
Jedis.setDataSource(Pool<Jedis> jedisPool) |
void |
ShardedJedis.setDataSource(Pool<ShardedJedis> shardedJedisPool) |
Copyright © 2014. All rights reserved.