MEMORY MALLOC-STATS

Syntax
MEMORY MALLOC-STATS
Available since:
4.0.0
Time complexity:
Depends on how much memory is allocated, could be slow
ACL categories:
@slow,

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

Feedback

If you've found issues on this page, or have suggestions for improvement, please submit a request to merge or open an issue in the repository.