]> git.saurik.com Git - redis.git/commit
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:51:01 +0000 (15:51 +0100)
commit9120275dc94dfb6b24773412d26d7de70a5675a1
tree0511c059afcff93d4e2a9ab1ce2b2eec0ea6554e
parentde00a5a0929da097ecd46612e83b482698419f08
EVALSHA is now case insensitive.

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.
src/redis.c
src/redis.h
src/scripting.c
tests/unit/scripting.tcl