We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resilience4j-all
1 parent 9a129e7 commit eea01d2Copy full SHA for eea01d2
docs/failover.md
@@ -61,6 +61,11 @@ For more details on configuration options see sections below.
61
Jedis failover support is provided by optional dependencies.
62
To use failover, add the following dependencies to your project:
63
```xml
64
+<dependency>
65
+ <groupId>io.github.resilience4j</groupId>
66
+ <artifactId>resilience4j-all</artifactId>
67
+ <version>1.7.1</version>
68
+</dependency>
69
<dependency>
70
<groupId>io.github.resilience4j</groupId>
71
<artifactId>resilience4j-circuitbreaker</artifactId>
0 commit comments