Skip to content

Commit eea01d2

Browse files
authored
docs: document required optional dependency resilience4j-all (#4321)
docs: document required optional dependency `resilience4j-all` when using failover client
1 parent 9a129e7 commit eea01d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/failover.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ For more details on configuration options see sections below.
6161
Jedis failover support is provided by optional dependencies.
6262
To use failover, add the following dependencies to your project:
6363
```xml
64+
<dependency>
65+
<groupId>io.github.resilience4j</groupId>
66+
<artifactId>resilience4j-all</artifactId>
67+
<version>1.7.1</version>
68+
</dependency>
6469
<dependency>
6570
<groupId>io.github.resilience4j</groupId>
6671
<artifactId>resilience4j-circuitbreaker</artifactId>

0 commit comments

Comments
 (0)