We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8695b commit 84a24e2Copy full SHA for 84a24e2
content/develop/connect/clients/java/jedis.md
@@ -212,6 +212,9 @@ The example below shows the simplest client-side caching connection to the defau
212
All of the connection variants described above accept these parameters, so you can
213
use client-side caching with a connection pool or a cluster connection in exactly the same way.
214
215
+{{< note >}}Client-side caching requires Jedis v5.2.0 or later.
216
+{{< /note >}}
217
+
218
```java
219
HostAndPort endpoint = new HostAndPort("localhost", 6379);
220
0 commit comments