We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2683396 commit 1153675Copy full SHA for 1153675
docs/docs/ram.md
@@ -13,7 +13,7 @@ RAM.
13
RedisJSON stores JSON values as binary data after deserializing them. This representation is often more
14
expensive, size-wize, than the serialized form. The RedisJSON data type uses at least 24 bytes (on
15
64-bit architectures) for every value, as can be seen by sampling an empty string with the
16
-[`JSON.DEBUG MEMORY`](/commands/json.debug-memory/) command:
+`JSON.DEBUG MEMORY` command:
17
18
```
19
127.0.0.1:6379> JSON.SET emptystring . '""'
0 commit comments