• antirez's avatar
    CLIENT LIST speedup via peerid caching + smart allocation. · 0bcc7cb4
    antirez authored
    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.
    0bcc7cb4
redis.h 64.8 KB