]> git.saurik.com Git - redis.git/commit - src/redis.h
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)
commit95f68f7b0fc4ffc700361484b6c792a8e03f3a13
tree225d63ec86aee5291405e6610e8e90681697302a
parentcceb0c5b4a24d9027abfc47924d5f93af87034b4
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