From 29391b135f5dda4bdbf54e2cea563f9eb6299550 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Wed, 29 Jan 2025 16:05:31 +0000 Subject: [PATCH] DOC-4771 added time series to commands that don't use CSC --- content/develop/clients/client-side-caching.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/develop/clients/client-side-caching.md b/content/develop/clients/client-side-caching.md index fa37ca0c2..81630d470 100644 --- a/content/develop/clients/client-side-caching.md +++ b/content/develop/clients/client-side-caching.md @@ -88,8 +88,9 @@ All read-only commands (with the `@read` [ACL category]({{< relref "/operate/oss_and_stack/management/security/acl" >}})) will use cached data, except for the following: -- Any commands for - [probabilistic data types]({{< relref "/develop/data-types/probabilistic" >}}). +- Any commands for the + [probabilistic]({{< relref "/develop/data-types/probabilistic" >}}) and + [time series]({{< relref "/develop/data-types/timeseries" >}}) data types. These types are designed to be updated frequently, which means that caching has little or no benefit. - Non-deterministic commands such as [`HRANDFIELD`]({{< relref "/commands/hrandfield" >}}),