Skip to content

Commit

Permalink
Merge pull request #624 from wjohnsto/bugfix/update-jedis-version
Browse files Browse the repository at this point in the history
update Jedis version from 3.4.0 - 5.0.2
  • Loading branch information
wjohnsto committed Oct 27, 2023
2 parents c769ec5 + 75863fd commit bbd4ada
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/develop/java/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Ensure that you are able to use the following Redis command to connect to the Re
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.4.0</version>
<version>5.0.2</version>
</dependency>
```

Expand Down Expand Up @@ -209,7 +209,6 @@ Redis for Java Developers teaches you how to build robust Redis client applicati
<iframe width="560" height="315" src="https://www.youtube.com/embed/CmQMdJefTjc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>


<div>
<a href="https://launchpad.redis.com" target="_blank" rel="noopener" className="link"> <img src="/img/launchpad.png" className="thumb" loading="lazy" alt="Redis Launchpad" /></a>
</div>

0 comments on commit bbd4ada

Please sign in to comment.