Skip to content

Commit 888229b

Browse files
andy-stark-rediskaitlynmichael
authored andcommitted
DOC-4369 changed HGETALL to HRANDFIELD
1 parent e42ebbf commit 888229b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ will use cached data, except for the following:
8282
[probabilistic data types]({{< relref "/develop/data-types/probabilistic" >}}).
8383
These types are designed to be updated frequently, which means that caching
8484
has little or no benefit.
85-
- Non-deterministic commands such as [`HGETALL`]({{< relref "/commands/hgetall" >}}),
85+
- Non-deterministic commands such as [`HRANDFIELD`]({{< relref "/commands/hrandfield" >}}),
8686
[`HSCAN`]({{< relref "/commands/hscan" >}}),
8787
and [`ZRANDMEMBER`]({{< relref "/commands/zrandmember" >}}). By design, these commands
8888
give different results each time they are called.

0 commit comments

Comments
 (0)