| 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.
|
| Modifier and Type | Method and Description |
|---|---|
InitializationPolicy |
MultiDbConfig.getInitializationPolicy()
Returns the initialization policy that determines when the multi-database connection is ready.
|
| Modifier and Type | Method and Description |
|---|---|
MultiDbConfig.Builder |
MultiDbConfig.Builder.initializationPolicy(InitializationPolicy initializationPolicy)
Sets the initialization policy that determines when the multi-database connection is ready.
|
| Modifier and Type | Field and Description |
|---|---|
static InitializationPolicy |
InitializationPolicy.BuiltIn.ALL_AVAILABLE
Policy that requires all databases to be available before the connection is ready.
|
static InitializationPolicy |
InitializationPolicy.BuiltIn.MAJORITY_AVAILABLE
Policy that requires a majority of databases to be available before the connection is ready.
|
static InitializationPolicy |
InitializationPolicy.BuiltIn.ONE_AVAILABLE
Policy that requires at least one database to be available before the connection is ready.
|
Copyright © 2026. All rights reserved.