• antirez's avatar
    redis-cli: introduced --pipe-timeout. · 1135e9fa
    antirez authored
    When in --pipe mode, after all the data transfer to the server is
    complete, now redis-cli waits at max the specified amount of
    seconds (30 by default, use 0 to wait forever) without receiving any
    reply at all from the server. After this time limit the operation is
    aborted with an error.
    
    That's related to issue #681.
    1135e9fa
redis-cli.c 50.2 KB