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
166166{{< note >}}Client-side caching requires Jedis v5.2.0 or later.
167167To maximize compatibility with all Redis products, client-side caching
168168is 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.
169174{{< /note >}}
170175
171176``` 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
114114{{< note >}}Client-side caching requires redis-py v5.1.0 or later.
115115To maximize compatibility with all Redis products, client-side caching
116116is 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 ` .
117122{{< /note >}}
118123
119124``` python
You can’t perform that action at this time.
0 commit comments