• Matt Stancliff's avatar
    Add REDIS_MIN_RESERVED_FDS define for open fds · 01fe750c
    Matt Stancliff authored
    Also update the original REDIS_EVENTLOOP_FDSET_INCR to
    include REDIS_MIN_RESERVED_FDS. REDIS_EVENTLOOP_FDSET_INCR
    exists to make sure more than (maxclients+RESERVED) entries
    are allocated, but we can only guarantee that if we include
    the current value of REDIS_MIN_RESERVED_FDS as a minimum
    for the INCR size.
    01fe750c
redis.h 63.9 KB