MEMORY MALLOC-STATS
Syntax
MEMORY MALLOC-STATS
- Available since:
- Redis Open Source 4.0.0
- Time complexity:
- Depends on how much memory is allocated, could be slow
- ACL categories:
-
@slow, - Compatibility:
- Redis Enterprise and Redis Cloud compatibility
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.
Redis Enterprise and Redis Cloud compatibility
| Redis Enterprise |
Redis Cloud |
Notes |
|---|---|---|
| ❌ Standard |
❌ Standard |
Return information
Bulk string reply: a long string of statistics.