• A
    add linkClient(): adds the client and caches the list node. · 1908aba7
    antirez 提交于
    We have this operation in two places: when caching the master and
    when linking a new client after the client creation. By having an API
    for this we avoid incurring in errors when modifying one of the two
    places forgetting the other. The function is also a good place where to
    document why we cache the linked list node.
    
    Related to #4497 and #4210.
    1908aba7
networking.c 76.3 KB