obukhov / redis-inventory

CLI tool to see redis memory usage by keys in hierarchical way. Think of disk inventory but for redis.
MIT License
237 stars 31 forks source link

Perform random-sample analysis #57

Open onfleet-ablair opened 2 years ago

onfleet-ablair commented 2 years ago

Feature Request

The tool looks great, but it's very slow for a large redis instance (18% in 1000 keys in 4.5 minutes -- a small development instance).

I'd love to be able to perform a sample of keys (400, 1000, 2000 keys) of the total and get a layout of where the sample falls.