• michael-grunder's avatar
    Update --bigkeys to use SCAN · cf76fdd0
    michael-grunder authored
    This commit changes the findBigKeys() function in redis-cli.c to use the new
    SCAN command for iterating the keyspace, rather than RANDOMKEY.  Because we
    can know when we're done using SCAN, it will exit after exhausting the keyspace.
    cf76fdd0
redis-cli.c 53.1 KB