Unbreak EVALSHA in Redis client
commitf42a09cd4a64abb2add073183e49770a3daf2af0
authorOri Livneh <ori@wikimedia.org>
Mon, 19 May 2014 21:28:10 +0000 (19 14:28 -0700)
committerJoelMarcey <joelm@fb.com>
Tue, 20 May 2014 18:48:39 +0000 (20 11:48 -0700)
tree54d43e758b05979b5e5b9a9ba86dfeef20cb202d
parentf8494981c93d1a53e72324568b46d57337bae22a
Unbreak EVALSHA in Redis client

Summary: Keys in Redis::$map have to be all lowercase, because Redis::_call calls
strtolower on the method name before it looks it up in the table.
Closes #2704

Reviewed By: @fredemmott

Differential Revision: D1336714

Pulled By: @JoelMarcey
hphp/system/php/redis/Redis.php