• michael-grunder's avatar
    Update --bigkeys to use SCAN · a2b3f2ea
    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.
    a2b3f2ea
redis-cli.c 57.2 KB