summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/memory-malloc-stats.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/memory-malloc-stats.md')
-rw-r--r--iredis/data/commands/memory-malloc-stats.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/iredis/data/commands/memory-malloc-stats.md b/iredis/data/commands/memory-malloc-stats.md
new file mode 100644
index 0000000..8da8e72
--- /dev/null
+++ b/iredis/data/commands/memory-malloc-stats.md
@@ -0,0 +1,9 @@
+The `MEMORY MALLOC-STATS` command provides an internal statistics report from
+the memory allocator.
+
+This command is currently implemented only when using **jemalloc** as an
+allocator, and evaluates to a benign NOOP for all others.
+
+@return
+
+@bulk-string-reply: the memory allocator's internal statistics report