Skip to content

Commit 8138c88

Browse files
Merge pull request #1107 from redis/DOC-4771-csc-time-series
DOC-4771 added time series to commands that don't use CSC
2 parents c6e07cf + 29391b1 commit 8138c88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ All read-only commands (with the `@read`
8888
[ACL category]({{< relref "/operate/oss_and_stack/management/security/acl" >}}))
8989
will use cached data, except for the following:
9090

91-
- Any commands for
92-
[probabilistic data types]({{< relref "/develop/data-types/probabilistic" >}}).
91+
- Any commands for the
92+
[probabilistic]({{< relref "/develop/data-types/probabilistic" >}}) and
93+
[time series]({{< relref "/develop/data-types/timeseries" >}}) data types.
9394
These types are designed to be updated frequently, which means that caching
9495
has little or no benefit.
9596
- Non-deterministic commands such as [`HRANDFIELD`]({{< relref "/commands/hrandfield" >}}),

0 commit comments

Comments
 (0)