Skip to content

Commit 9b8f7eb

Browse files
Merge pull request #1453 from redis/DOC-5122-csc-unsupported-modes
DOC-5122 added info about unsupported CSC modes
2 parents b4ab052 + 7fa73ba commit 9b8f7eb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/develop/clients/jedis/connect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
167167
To maximize compatibility with all Redis products, client-side caching
168168
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.
169174
{{< /note >}}
170175

171176
```java

content/develop/clients/redis-py/connect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
115115
To maximize compatibility with all Redis products, client-side caching
116116
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`.
117122
{{< /note >}}
118123

119124
```python

0 commit comments

Comments
 (0)