Skip to content

Commit db6d1ca

Browse files
Merge pull request #881 from redis/DOC-4559-list-csc-clients
DOC-4559 add list of CSC clients
2 parents 6ab418b + 0fca4a2 commit db6d1ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/develop/clients/client-side-caching.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ access and update the same key:
7373

7474
{{< image filename="images/csc/CSCSeqDiagram.drawio.svg" >}}
7575

76+
## Which client libraries support client-side caching?
77+
78+
The following client libraries support CSC from the stated version onwards:
79+
80+
| Client | Version |
81+
| :-- | :-- |
82+
| [`redis-py`]({{< relref "/develop/clients/redis-py/connect#connect-using-client-side-caching" >}}) | v5.1.0 |
83+
| [`Jedis`]({{< relref "/develop/clients/jedis/connect#connect-using-client-side-caching" >}}) | v5.2.0 |
84+
7685
## Which commands can cache data?
7786

7887
All read-only commands (with the `@read`

0 commit comments

Comments
 (0)