From 6ca3800d8c6f04976143ac9d36c7300c3aeb2b37 Mon Sep 17 00:00:00 2001 From: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com> Date: Wed, 18 May 2022 18:12:33 +0600 Subject: [PATCH] Update Jedis version in reference documentation. Closes: #2328 --- src/main/asciidoc/new-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index e30c69588..2922d9d59 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -6,7 +6,7 @@ This section briefly covers items that are new and noteworthy in the latest rele [[new-in-3.0.0]] == New in Spring Data Redis 3.0 -* Upgrade to Jedis 4.1. Jedis 4 imposes certain limitations on transactions and pipelines and commands used in pipelines/transactions, see <>. +* Upgrade to Jedis 4.2. Jedis 4 imposes certain limitations on transactions and pipelines and commands used in pipelines/transactions, see <>. == New in Spring Data Redis 2.7