We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3032fe1 commit 98fa2a7Copy full SHA for 98fa2a7
content/develop/data-types/json/ram.md
@@ -22,7 +22,7 @@ well as some per-key overhead that Redis uses. On top of that, the value in the
22
RAM.
23
24
Redis JSON stores JSON values as binary data after deserializing them. This representation is often more
25
-expensive, size-wize, than the serialized form. The JSON data type uses at least 24 bytes (on
+expensive, size-wise, than the serialized form. The JSON data type uses at least 24 bytes (on
26
64-bit architectures) for every value, as can be seen by sampling an empty string with the
27
[`JSON.DEBUG MEMORY`]({{< baseurl >}}/commands/json.debug-memory/) command:
28
0 commit comments