Skip to content

Commit a02ebb1

Browse files
marsonyagkorland
andauthored
Rectify file paths in ram.md doc (RedisJSON#578)
The file paths mentioned contained `/test/` when it must be `/tests/`. Co-authored-by: Guy Korland <gkorland@gmail.com>
1 parent f97a676 commit a02ebb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/ram.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ when stored using MessagePack.
8989

9090
| File | Filesize | RedisJSON | MessagePack |
9191
| -------------------------------------- | --------- | ------ | ----------- |
92-
| /test/files/pass-100.json | 380 | 1079 | 140 |
93-
| /test/files/pass-jsonsl-1.json | 1441 | 3666 | 753 |
94-
| /test/files/pass-json-parser-0000.json | 3468 | 7209 | 2393 |
95-
| /test/files/pass-jsonsl-yahoo2.json | 18446 | 37469 | 16869 |
96-
| /test/files/pass-jsonsl-yelp.json | 39491 | 75341 | 35469 |
92+
| /tests/files/pass-100.json | 380 | 1079 | 140 |
93+
| /tests/files/pass-jsonsl-1.json | 1441 | 3666 | 753 |
94+
| /tests/files/pass-json-parser-0000.json | 3468 | 7209 | 2393 |
95+
| /tests/files/pass-jsonsl-yahoo2.json | 18446 | 37469 | 16869 |
96+
| /tests/files/pass-jsonsl-yelp.json | 39491 | 75341 | 35469 |
9797

9898
> Note: In the current version, deleting values from containers **does not** free the container's
9999
allocated memory.

0 commit comments

Comments
 (0)