Skip to content

Commit 98fa2a7

Browse files
authored
Fixed a typo (#885)
Fixed a typo.
1 parent 3032fe1 commit 98fa2a7

File tree

1 file changed

+1
-1
lines changed
  • content/develop/data-types/json

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ well as some per-key overhead that Redis uses. On top of that, the value in the
2222
RAM.
2323

2424
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
25+
expensive, size-wise, than the serialized form. The JSON data type uses at least 24 bytes (on
2626
64-bit architectures) for every value, as can be seen by sampling an empty string with the
2727
[`JSON.DEBUG MEMORY`]({{< baseurl >}}/commands/json.debug-memory/) command:
2828

0 commit comments

Comments
 (0)