• michael-grunder's avatar
    Improved bigkeys with progress, pipelining and summary · 69917929
    michael-grunder authored
    This commit reworks the redis-cli --bigkeys command to provide more
    information about our progress as well as output summary information
    when we're done.
    
     - We now show an approximate percentage completion as we go
     - Hiredis pipelining is used for TYPE and SIZE retreival
     - A summary of keyspace distribution and overall breakout at the end
    69917929
redis-cli.c 61.5 KB