redis-audit icon indicating copy to clipboard operation
redis-audit copied to clipboard

Cluster mode

Open corey-cole opened this issue 1 year ago • 0 comments

Two enhancements in this PR:

  • Cluster Mode: Uses redis-clustering Gem to connect to cluster and auto discover nodes.
  • Memory Flag: Use the memory usage command (Redis 4.0 and up) to get key sizes. Allows the use of the script against AWS Elasticache instances.

There's a TODO in the code for smarter defaulting of the memory flag, but at present what's in the PR meets my requirements.

corey-cole avatar Mar 10 '24 19:03 corey-cole