]> git.saurik.com Git - redis.git/commitdiff
EVALSHA is now case insensitive.
authorantirez <antirez@gmail.com>
Thu, 22 Nov 2012 14:50:00 +0000 (15:50 +0100)
committerantirez <antirez@gmail.com>
Thu, 22 Nov 2012 14:50:00 +0000 (15:50 +0100)
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.


No differences found