• YaacovHazan's avatar
    Make port, tls-port and bind configurations modifiable (#8510) · a031d268
    YaacovHazan authored
    Add ability to modify port, tls-port and bind configurations by CONFIG SET command.
    
    To simplify the code and make it cleaner, a new structure
    added, socketFds, which contains the file descriptors array and its counter,
    and used for TCP, TLS and Cluster sockets file descriptors.
    a031d268
server.c 228 KB