Skip to content

Commit f9e362e

Browse files
authored
DEV: add disclaimer to recently updated JSON memory usage page (#1433)
1 parent 31b4bb9 commit f9e362e

File tree

1 file changed

+5
-0
lines changed
  • content/develop/data-types/json

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ title: Redis JSON RAM Usage
1515
weight: 6
1616
---
1717

18+
{{< note >}}
19+
Because of ongoing feature additions, improvements, and optimizations, JSON memory consumption may vary depending on the Redis version.
20+
Redis Community Edition version 8 was used for the examples on this page.
21+
{{< /note >}}
22+
1823
Every key in Redis takes memory and requires at least the amount of RAM to store the key name, as
1924
well as some per-key overhead that Redis uses. On top of that, the value in the key also requires
2025
RAM.

0 commit comments

Comments
 (0)