• antirez's avatar
    Replication of scripts as EVALSHA: sha1 caching implemented. · 94ec7db4
    antirez authored
    This code is only responsible to take an LRU-evicted fixed length cache
    of SHA1 that we are sure all the slaves received.
    
    In this commit only the implementation is provided, but the Redis core
    does not use it to actually send EVALSHA to slaves when possible.
    94ec7db4
replication.c 62.8 KB