Skip to content

Commit

Permalink
Merge pull request #1107 from redis/DOC-4771-csc-time-series
Browse files Browse the repository at this point in the history
DOC-4771 added time series to commands that don't use CSC
  • Loading branch information
andy-stark-redis authored Jan 29, 2025
2 parents c6e07cf + 29391b1 commit 8138c88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/develop/clients/client-side-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}),
Expand Down

0 comments on commit 8138c88

Please sign in to comment.