You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migration-guides/v6-to-v7.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,19 +180,7 @@ AbstractPipeline pipelined()
180
180
181
181
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.
- 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)**.
0 commit comments