From e5b7bd0b077b11d778430f43f4edb2078d956cfa Mon Sep 17 00:00:00 2001 From: Alan Lu Date: Mon, 18 Nov 2024 13:33:32 +0800 Subject: [PATCH] Fixed a typo Fixed a typo. --- content/develop/data-types/json/ram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/data-types/json/ram.md b/content/develop/data-types/json/ram.md index b71ff59030..77a00c472e 100644 --- a/content/develop/data-types/json/ram.md +++ b/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 RAM. Redis JSON stores JSON values as binary data after deserializing them. This representation is often more -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 64-bit architectures) for every value, as can be seen by sampling an empty string with the [`JSON.DEBUG MEMORY`]({{< baseurl >}}/commands/json.debug-memory/) command: