• antirez's avatar
    EVALSHA is now case insensitive. · 9120275d
    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.
    9120275d
scripting.tcl 11.8 KB