• A
    CLIENT LIST speedup via peerid caching + smart allocation. · d8d415e7
    antirez 提交于
    This commit adds peer ID caching in the client structure plus an API
    change and the use of sdsMakeRoomFor() in order to improve the
    reallocation pattern to generate the CLIENT LIST output.
    
    Both the changes account for a very significant speedup.
    d8d415e7
replication.c 64.8 KB