File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ use client-side caching with a connection pool or a cluster connection in exactl
166
166
{{< note >}}Client-side caching requires Jedis v5.2.0 or later.
167
167
To maximize compatibility with all Redis products, client-side caching
168
168
is supported by Redis v7.4 or later.
169
+
170
+ The [ Redis server products] ({{< relref "/operate" >}}) support
171
+ [ opt-in/opt-out] ({{< relref "/develop/reference/client-side-caching#opt-in-and-opt-out-caching" >}}) mode
172
+ and [ broadcasting mode] ({{< relref "/develop/reference/client-side-caching#broadcasting-mode" >}})
173
+ for CSC, but these modes are not currently implemented by Jedis.
169
174
{{< /note >}}
170
175
171
176
``` java
Original file line number Diff line number Diff line change @@ -114,6 +114,11 @@ use client-side caching with a connection pool or a cluster connection in exactl
114
114
{{< note >}}Client-side caching requires redis-py v5.1.0 or later.
115
115
To maximize compatibility with all Redis products, client-side caching
116
116
is supported by Redis v7.4 or later.
117
+
118
+ The [ Redis server products] ({{< relref "/operate" >}}) support
119
+ [ opt-in/opt-out] ({{< relref "/develop/reference/client-side-caching#opt-in-and-opt-out-caching" >}}) mode
120
+ and [ broadcasting mode] ({{< relref "/develop/reference/client-side-caching#broadcasting-mode" >}})
121
+ for CSC, but these modes are not currently implemented by ` redis-py ` .
117
122
{{< /note >}}
118
123
119
124
``` python
You can’t perform that action at this time.
0 commit comments