diff --git a/content/develop/clients/client-side-caching.md b/content/develop/clients/client-side-caching.md index f0fe7e691e..3fe8490031 100644 --- a/content/develop/clients/client-side-caching.md +++ b/content/develop/clients/client-side-caching.md @@ -93,6 +93,9 @@ The following client libraries support CSC from the stated version onwards: | [`Jedis`]({{< relref "/develop/clients/jedis/connect#connect-using-client-side-caching" >}}) | v5.2.0 | | [`node-redis`]({{< relref "/develop/clients/nodejs/connect#connect-using-client-side-caching" >}}) | v5.1.0 | +Note that some other clients support the [`CLIENT TRACKING`]({{< relref "/commands/client-tracking" >}}) command to configure CSC on the server, but this does not mean they support the +features required for CSC themselves. + ## Which commands can cache data? All read-only commands (with the `@read`