[フレーム]
Docs Pricing
Login Book a meeting Try Redis

MEMORY STATS

Syntax
MEMORY STATS
Available since:
Redis Open Source 4.0.0
Time complexity:
O(1)
ACL categories:
@slow,

The MEMORY STATS command returns an Array reply about the memory usage of the server.

The information about memory usage is provided as metrics and their respective values. The following metrics are reported:

A note about the word slave used in this man page: Starting with Redis 5, if not for backward compatibility, the Redis project no longer uses the word slave. Unfortunately in this command the word slave is part of the protocol, so we'll be able to remove such occurrences only when this API will be naturally deprecated.

Return information

Array reply: a nested list of memory usage metrics and their values.
RATE THIS PAGE
Back to top ↑

AltStyle によって変換されたページ (->オリジナル) /