• M
    Add REDIS_MIN_RESERVED_FDS define for open fds · 3b54ee6e
    Matt Stancliff 提交于
    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.
    3b54ee6e
redis.h 63.9 KB