Skip to content

Commit 646a37c

Browse files
committed
Remove duplicated content in the migration guide
1 parent 51c61f0 commit 646a37c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

docs/migration-guides/v6-to-v7.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -180,19 +180,7 @@ AbstractPipeline pipelined()
180180

181181
Jedis 7.0.0 significantly refactors the automatic failover and failback API. If you were using the failover features in v6.2.0 with `MultiClusterClientConfig` and `MultiClusterPooledConnectionProvider`, these have been renamed and improved in v7.0.0.
182182

183-
**Key Changes:**
184-
- `MultiClusterClientConfig``MultiDbConfig`
185-
- `MultiClusterPooledConnectionProvider``MultiDbConnectionProvider`
186-
- New `MultiDbClient` class with builder pattern for easier configuration
187-
- Enhanced health check strategies and configuration options
188-
189-
**For detailed migration guidance on automatic failover and failback**, including:
190-
- Complete migration examples from v6.x to v7.x
191-
- Configuration options for retry and circuit breaker settings
192-
- Health check strategies (EchoStrategy, LagAwareStrategy, custom strategies)
193-
- Failback mechanisms and database selection API
194-
195-
Please refer to the **[Automatic Failover and Failback Migration Guide](failover.md#migration-from-6x-to-7x)**.
183+
**For detailed migration guidance on automatic failover and failback** please refer to the **[Automatic Failover and Failback Migration Guide](failover.md#migration-from-6x-to-7x)**.
196184

197185
### Builder Pattern for Client Creation
198186

0 commit comments

Comments
 (0)