We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b990e9f commit 77e0025Copy full SHA for 77e0025
commands/memory-usage.md
@@ -2,7 +2,7 @@ The `MEMORY USAGE` command reports the number of bytes that a key and its value
2
require to be stored in RAM.
3
4
The reported usage is the total of memory allocations for data and
5
-administrative overheads that a key its value require.
+administrative overheads that a key and its value require.
6
7
For nested data types, the optional `SAMPLES` option can be provided, where
8
`count` is the number of sampled nested values. The samples are averaged to estimate the total size.
0 commit comments