| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders | |
| redis.clients.jedis.executors |
This package contains the implementations of CommandExecutor interface.
|
| 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.
|
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| redis.clients.jedis.search.aggr |
This package contains the classes related to Aggregation commands in RediSearch module.
|
| redis.clients.jedis.util |
This package contains the utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProvider |
UnifiedJedis.provider |
| Constructor and Description |
|---|
ScanIteration(ConnectionProvider connectionProvider,
int batchCount,
java.lang.String match) |
ScanIteration(ConnectionProvider connectionProvider,
int batchCount,
java.lang.String match,
java.lang.String type) |
UnifiedJedis(CommandExecutor executor,
ConnectionProvider provider,
CommandObjects commandObjects) |
UnifiedJedis(ConnectionProvider provider) |
UnifiedJedis(ConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration) |
UnifiedJedis(ConnectionProvider provider,
RedisProtocol protocol) |
UnifiedJedis(ConnectionProvider provider,
RedisProtocol protocol,
Cache cache) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProvider |
AbstractClientBuilder.connectionProvider |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionProvider |
SentinelClientBuilder.createDefaultConnectionProvider() |
protected abstract ConnectionProvider |
AbstractClientBuilder.createDefaultConnectionProvider()
Creates a default connection provider based on the current configuration.
|
protected ConnectionProvider |
MultiDbClientBuilder.createDefaultConnectionProvider() |
protected ConnectionProvider |
StandaloneClientBuilder.createDefaultConnectionProvider() |
protected ConnectionProvider |
ClusterClientBuilder.createDefaultConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractClientBuilder.connectionProvider(ConnectionProvider connectionProvider)
Sets a custom connection provider.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProvider |
DefaultCommandExecutor.provider |
protected ConnectionProvider |
RetryableCommandExecutor.provider |
| Constructor and Description |
|---|
DefaultCommandExecutor(ConnectionProvider provider) |
RetryableCommandExecutor(ConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiDbConnectionProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterConnectionProvider |
class |
ManagedConnectionProvider |
class |
PooledConnectionProvider |
class |
SentineledConnectionProvider |
| Constructor and Description |
|---|
FtSearchIteration(ConnectionProvider connectionProvider,
int batchSize,
java.lang.String indexName,
Query query)
Query.limit(java.lang.Integer, java.lang.Integer) will be ignored. |
FtSearchIteration(ConnectionProvider connectionProvider,
int batchSize,
java.lang.String indexName,
java.lang.String query,
FTSearchParams params)
FTSearchParams.limit(int, int) will be ignored. |
FtSearchIteration(ConnectionProvider connectionProvider,
RedisProtocol protocol,
int batchSize,
java.lang.String indexName,
Query query)
Query.limit(java.lang.Integer, java.lang.Integer) will be ignored. |
FtSearchIteration(ConnectionProvider connectionProvider,
RedisProtocol protocol,
int batchSize,
java.lang.String indexName,
java.lang.String query,
FTSearchParams params)
FTSearchParams.limit(int, int) will be ignored. |
| Constructor and Description |
|---|
FtAggregateIteration(ConnectionProvider connectionProvider,
java.lang.String indexName,
AggregationBuilder aggr)
CURSOR must be set. |
| Constructor and Description |
|---|
JedisCommandIterationBase(ConnectionProvider connectionProvider,
Builder<B> responseBuilder) |
Copyright © 2025. All rights reserved.