Skip to content

Commit

Permalink
DOC-4771 added time series to commands that don't use CSC
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-stark-redis committed Jan 29, 2025
1 parent c6e07cf commit 29391b1
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 29391b1

Please sign in to comment.