mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
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.