File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
commands/json.debug-memory Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ title: JSON.DEBUG MEMORY
3636Report 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 )
Original file line number Diff line number Diff 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
2727Every key in Redis takes memory and requires at least the amount of RAM to store the key name, as
You can’t perform that action at this time.
0 commit comments