Difference between revisions of "Redis memory footprint"
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* https://redis.io/docs/getting-started/faq/#whats-the-redis-memory-footprint | * https://redis.io/docs/getting-started/faq/#whats-the-redis-memory-footprint | ||
+ | |||
+ | |||
+ | == Commands == | ||
+ | * <code>[[redis-cli memory help]]</code> | ||
+ | * <code>[[redis-cli info memory]]</code> | ||
+ | * <code>[[redis-cli memory stats]]</code> | ||
+ | * <code>[[redis-cli memory doctor]]</code> | ||
+ | * <code>[[redis-cli memory usage]]</code> | ||
+ | * <code>[[redis-cli --bigkeys]]</code> | ||
== Related == | == Related == | ||
− | |||
* <code>[[redis-benchmark]]</code> | * <code>[[redis-benchmark]]</code> | ||
* <code>[[OOM command not allowed when used memory ...]]</code> | * <code>[[OOM command not allowed when used memory ...]]</code> | ||
− | + | * <code>maxmemory</code> | |
− | + | * <code>[[maxmemory-policy]] noeviction</code> | |
== See also == | == See also == | ||
+ | * {{redis-cli memory}} | ||
* {{redis-cli}} | * {{redis-cli}} | ||
* {{Redis}} | * {{Redis}} | ||
[[Category:Redis]] | [[Category:Redis]] |
Latest revision as of 11:15, 4 October 2022
Commands[edit]
redis-cli memory help
redis-cli info memory
redis-cli memory stats
redis-cli memory doctor
redis-cli memory usage
redis-cli --bigkeys
Related[edit]
redis-benchmark
OOM command not allowed when used memory ...
maxmemory
maxmemory-policy noeviction
See also[edit]
- Redis memory footprint:
redis-cli info memory, redis-cli memory stats, redis-cli memory doctor, redis-cli memory usage
redis-cli [ info server | memory usage | info memory | memory stats | memory doctor | dbsize | flushall | ping | monitor | --bigkeys | --stat | --scan | --latency | --latency-history | --latency-dist | --intrinsic-latency 5 | -x | -h ] redis-cli --help
- Redis, installation,
/etc/redis.conf, values.yml
, Redis Cluster, Redis Sentinel,/etc/redis-sentinel.conf
, Redis memory footprint,redis-cli, redis-benchmark, redis-check-aof, redis-check-rdb, redis-sentinel, redis-server
, Amazon MemoryDB for Redis, AOF, Redis changelog, Redis Database (RDB), Append Only File (AOF), Redis logs
Advertising: