Extract send command logic from AUTOLOAD; make it more robust
authorPedro Melo <melo@simplicidade.org>
Wed, 4 Aug 2010 19:30:18 +0000 (20:30 +0100)
committerPedro Melo <melo@simplicidade.org>
Wed, 4 Aug 2010 19:30:18 +0000 (20:30 +0100)
commitcf498c4b31334e3a60458b4705e595803ddeb01d
treef527fa35dbdc4f01bb123c5bc05b0373c743e3a0
parentfbd7d22719c793e16bf4230b0b3ef4cef3403fc4
Extract send command logic from AUTOLOAD; make it more robust

We deal with partial writes now. Usually you won't notice the need until
you hit a very active client against a very loaded server.

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