Skip to content

Commit 952b264

Browse files
Merge pull request #811 from redis/DOC-4369-csc-hgetall-replace
DOC-4369 changed HGETALL to HRANDFIELD in CSC docs
2 parents fc7976a + b2638ff commit 952b264

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)