Handles Redis MEMORY subcommands.
Provides introspection into memory usage of keys and the overall BEAM VM.
Supported subcommands
MEMORY USAGE key [SAMPLES count]-- estimate memory used by a keyMEMORY DOCTOR-- diagnostic string (stub)MEMORY STATS-- memory statistics from:erlang.memory/0MEMORY HELP-- list of subcommand help stringsMEMORY PURGE-- trigger garbage collectionMEMORY MALLOC-STATS-- allocator info (stub)
Summary
Functions
Handles a MEMORY subcommand.