| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| redis.clients.jedis.providers |
This package contains the implementations of ConnectionProvider interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPool |
class |
JedisPool |
class |
JedisSentinelPool |
| Modifier and Type | Method and Description |
|---|---|
Pool<Connection> |
JedisPooled.getPool() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Jedis.setDataSource(Pool<Jedis> jedisPool) |
| Modifier and Type | Class and Description |
|---|---|
class |
TrackingConnectionPool |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<?,Pool<Connection>> |
MultiDbConnectionProvider.getConnectionMap() |
| Modifier and Type | Method and Description |
|---|---|
Pool<Connection> |
PooledConnectionProvider.getPool() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<?,Pool<Connection>> |
PooledConnectionProvider.getConnectionMap() |
Copyright © 2025. All rights reserved.