• antirez's avatar
    EVALSHA is now case insensitive. · d0570c96
    antirez authored
    EVALSHA used to crash if the SHA1 was not lowercase (Issue #783).
    Fixed using a case insensitive dictionary type for the sha -> script
    map used for replication of scripts.
    d0570c96
scripting.c 35 KB