summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/memory-usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/memory-usage.md')
-rw-r--r--iredis/data/commands/memory-usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/iredis/data/commands/memory-usage.md b/iredis/data/commands/memory-usage.md
index 22e2740..ae5a4bc 100644
--- a/iredis/data/commands/memory-usage.md
+++ b/iredis/data/commands/memory-usage.md
@@ -6,7 +6,7 @@ administrative overheads that a key its value require.
For nested data types, the optional `SAMPLES` option can be provided, where
`count` is the number of sampled nested values. By default, this option is set
-to `5`. To sample the all of the nested values, use `SAMPLES 0`.
+to `5`. To sample the all of the nested values, use `SAMPLES 0`.
@examples