内存分配统计

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

MEMORY MALLOC-STATS 命令提供了内存分配器的内部统计报告。

此命令目前仅在将jemalloc用作分配器时实现,对于所有其他情况,它评估为一个无害的NOOP。

RESP2 回复

Bulk string reply: the memory allocator's internal statistics report

RESP3 回复

Bulk string reply: The memory allocator's internal statistics report.
RATE THIS PAGE
Back to top ↑