Rewrote response reading code, moved INFO and KEYS out of AUTOLOAD
authorPedro Melo <melo@simplicidade.org>
Thu, 5 Aug 2010 15:20:40 +0000 (16:20 +0100)
committerPedro Melo <melo@simplicidade.org>
Thu, 5 Aug 2010 15:20:40 +0000 (16:20 +0100)
commitb4a7fc53ac694fdec20d7dcb94b4fe8a066ba389
treeb9d820be5fcc2811e1212a319dc9cab9757308f7
parent06792bdc73e24dd8a586f7ca591f5159cb6b1deb
Rewrote response reading code, moved INFO and KEYS out of AUTOLOAD

 * response reading code uses less syscalls with big values: more speed;
 * multi-bulk response fixed: supports mixed items in the response,
   like $ and : in the same response - this happens with SUBSCRIBE
   messages
 * INFO and KEYS have their own methods now: no more if's for special
   cases in AUTOLOAD.

Signed-off-by: Pedro Melo <melo@simplicidade.org>
lib/Redis.pm