Skip to content

Commit 1153675

Browse files
authored
Fix json.debug malformed link (RedisJSON#870)
1 parent 2683396 commit 1153675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/ram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RAM.
1313
RedisJSON stores JSON values as binary data after deserializing them. This representation is often more
1414
expensive, size-wize, than the serialized form. The RedisJSON data type uses at least 24 bytes (on
1515
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:
16+
`JSON.DEBUG MEMORY` command:
1717

1818
```
1919
127.0.0.1:6379> JSON.SET emptystring . '""'

0 commit comments

Comments
 (0)