From ce55829e38e44e4e87cfa1ad44ae5a389b6695dd Mon Sep 17 00:00:00 2001 From: ggivo Date: Fri, 10 Oct 2025 13:06:24 +0300 Subject: [PATCH] docs: document required optional dependency `resilience4j-all` when using failover client --- docs/failover.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/failover.md b/docs/failover.md index 1c0c365829..af02c3dabb 100644 --- a/docs/failover.md +++ b/docs/failover.md @@ -61,6 +61,11 @@ For more details on configuration options see sections below. Jedis failover support is provided by optional dependencies. To use failover, add the following dependencies to your project: ```xml + + io.github.resilience4j + resilience4j-all + 1.7.1 + io.github.resilience4j resilience4j-circuitbreaker