Skip to content

Commit 84a24e2

Browse files
DOC-4037 added note about minimum Jedis version
1 parent 9c8695b commit 84a24e2

File tree

1 file changed

+3
-0
lines changed
  • content/develop/connect/clients/java

1 file changed

+3
-0
lines changed

content/develop/connect/clients/java/jedis.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ The example below shows the simplest client-side caching connection to the defau
212212
All of the connection variants described above accept these parameters, so you can
213213
use client-side caching with a connection pool or a cluster connection in exactly the same way.
214214

215+
{{< note >}}Client-side caching requires Jedis v5.2.0 or later.
216+
{{< /note >}}
217+
215218
```java
216219
HostAndPort endpoint = new HostAndPort("localhost", 6379);
217220

0 commit comments

Comments
 (0)