• kell0gg's avatar
    redis-cli - add option --count for scan (#12042) · aac8105c
    kell0gg authored
    When using scan in redis-cli, the SCAN COUNT is fixed, which means the
    full scan can take a long time if there are a lot of keys, this will let users specify
    a bigger COUNT option.
    aac8105c
redis-cli.c 371 KB