Skip to content

Commit 07bc5ac

Browse files
Merge pull request #2229 from redis/DOC-5665-failover-updates
DOC-5665 updated failover docs with new API
2 parents a2bf969 + 0e596fa commit 07bc5ac

File tree

2 files changed

+151
-153
lines changed

2 files changed

+151
-153
lines changed

content/develop/clients/jedis/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To include `Jedis` as a dependency in your application, edit the dependency file
3434
<dependency>
3535
<groupId>redis.clients</groupId>
3636
<artifactId>jedis</artifactId>
37-
<version>6.1.0</version>
37+
<version>7.0.0</version>
3838
</dependency>
3939
```
4040

@@ -46,7 +46,7 @@ To include `Jedis` as a dependency in your application, edit the dependency file
4646
}
4747
//...
4848
dependencies {
49-
implementation 'redis.clients:jedis:6.1.0'
49+
implementation 'redis.clients:jedis:7.0.0'
5050
//...
5151
}
5252
```

0 commit comments

Comments
 (0)