[Model] Display the biggest keys
Implementation examples:
https://gist.github.com/epicserve/5699837
https://github.com/antirez/redis-sampler
https://github.com/mhr3/redis-visualize
/via nikolay
10
votes

-
AdminBruce (Founder, Redsmin) commented
@anthonyorfin Hello!
Yes, of course we won't use the keys command but do your sampling with the SCAN command instead. -
Antoni Orfin commented
Beware of KEYS command as it blocks whole Redis instance!
When having bigger keyspace it can block Redis for a long time (+1 minute).