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.
2 parents 6ab418b + 0fca4a2 commit db6d1caCopy full SHA for db6d1ca
content/develop/clients/client-side-caching.md
@@ -73,6 +73,15 @@ access and update the same key:
73
74
{{< image filename="images/csc/CSCSeqDiagram.drawio.svg" >}}
75
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
85
## Which commands can cache data?
86
87
All read-only commands (with the `@read`
0 commit comments