Skip to content

Commit 8181497

Browse files
committed
Apply review comments.
1 parent 108a9a6 commit 8181497

File tree

2 files changed

+2
-2
lines changed
  • content

2 files changed

+2
-2
lines changed

content/commands/json.debug-memory/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ title: JSON.DEBUG MEMORY
3636
Report a value's memory usage in bytes
3737

3838
{{< warning >}}
39-
The actual total memory consumption could be much lower than the reported value because of an internal JSON references mechanism.
39+
The actual total memory consumption could be much lower than the reported value because of an internal JSON reference-counting mechanism.
4040
{{< /warning >}}
4141

4242
[Examples](#examples)

content/develop/data-types/json/ram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Redis 8 in Redis Open Source was used for the examples on this page.
2121
{{< /note >}}
2222
<br />
2323
{{< warning >}}
24-
The actual total memory consumption could be much lower than the reported value because of an internal JSON references mechanism.
24+
The actual total memory consumption could be much lower than the reported value because of an internal JSON reference-counting mechanism.
2525
{{< /warning >}}
2626

2727
Every key in Redis takes memory and requires at least the amount of RAM to store the key name, as

0 commit comments

Comments
 (0)