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.
1 parent e42ebbf commit 888229bCopy full SHA for 888229b
content/develop/connect/clients/client-side-caching.md
@@ -82,7 +82,7 @@ will use cached data, except for the following:
82
[probabilistic data types]({{< relref "/develop/data-types/probabilistic" >}}).
83
These types are designed to be updated frequently, which means that caching
84
has little or no benefit.
85
-- Non-deterministic commands such as [`HGETALL`]({{< relref "/commands/hgetall" >}}),
+- Non-deterministic commands such as [`HRANDFIELD`]({{< relref "/commands/hrandfield" >}}),
86
[`HSCAN`]({{< relref "/commands/hscan" >}}),
87
and [`ZRANDMEMBER`]({{< relref "/commands/zrandmember" >}}). By design, these commands
88
give different results each time they are called.
0 commit comments