• antirez's avatar
    redis-cli --latency: ability to run non interactively. · 26e638a8
    antirez authored
    This feature was proposed by @rosmo in PR #2643 and later redesigned
    in order to fit better with the other options for non-interactive modes
    of redis-cli. The idea is basically to allow to collect latency
    information in scripts, cron jobs or whateever, just running for a
    limited time and then producing a single output.
    26e638a8
redis-cli.c 90.2 KB