Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Fixes issue with master killing client connections while redis is write #517

Open
wants to merge 1 commit into
base: 3.0
Choose a base branch
from

Commits on Nov 4, 2016

  1. Fixes issue with master killing client connections while redis is write

    load.
    
    reply_bytes was being wrapped to huge values,
    e.g.omem=18446744073709551601 causing redis to close the connection as it
    thought the client buffer limit had been exceeded.
    
    See https://github.com/antirez/redis/blob/3.0/src/networking.c#L827
    Aaron-2016 committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    fcd92f1 View commit details
    Browse the repository at this point in the history