We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6e07cf + 29391b1 commit 8138c88Copy full SHA for 8138c88
content/develop/clients/client-side-caching.md
@@ -88,8 +88,9 @@ All read-only commands (with the `@read`
88
[ACL category]({{< relref "/operate/oss_and_stack/management/security/acl" >}}))
89
will use cached data, except for the following:
90
91
-- Any commands for
92
- [probabilistic data types]({{< relref "/develop/data-types/probabilistic" >}}).
+- Any commands for the
+ [probabilistic]({{< relref "/develop/data-types/probabilistic" >}}) and
93
+ [time series]({{< relref "/develop/data-types/timeseries" >}}) data types.
94
These types are designed to be updated frequently, which means that caching
95
has little or no benefit.
96
- Non-deterministic commands such as [`HRANDFIELD`]({{< relref "/commands/hrandfield" >}}),
0 commit comments