From 75863fdd579209b1cc4fb13ae2baea58231a4bdb Mon Sep 17 00:00:00 2001 From: Cody Henshaw Date: Fri, 27 Oct 2023 09:34:27 -0500 Subject: [PATCH] update Jedis version from 3.4.0 - 5.0.2 --- docs/develop/java/getting-started/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/develop/java/getting-started/index.md b/docs/develop/java/getting-started/index.md index 1a11098d6c..643b68af1f 100644 --- a/docs/develop/java/getting-started/index.md +++ b/docs/develop/java/getting-started/index.md @@ -47,7 +47,7 @@ Ensure that you are able to use the following Redis command to connect to the Re redis.clients jedis - 3.4.0 + 5.0.2 ``` @@ -209,7 +209,6 @@ Redis for Java Developers teaches you how to build robust Redis client applicati -
Redis Launchpad