• m's avatar
    Introduce a redisFD type · e84086cb
    m authored
    The redisFD type should be equal to the system native socket file
    desciptor type (for POSIX, this is a plain int).
    
    We also introduce the REDIS_INVALID_FD value, which maps to -1 on POSIX
    systems.
    e84086cb
net.c 16.8 KB