Move QUIT command out of the common case
authorPedro Melo <melo@simplicidade.org>
Wed, 4 Aug 2010 20:31:01 +0000 (21:31 +0100)
committerPedro Melo <melo@simplicidade.org>
Wed, 4 Aug 2010 20:31:01 +0000 (21:31 +0100)
commit529539c1e3bc1aa0a19bb9bde72a2352be7f76ff
tree5c043f15a0af421eea5d1bd5048c241cbe716924
parentcf498c4b31334e3a60458b4705e595803ddeb01d
Move QUIT command out of the common case

Make sure we get rid of the IO::Socket::INET object on QUIT.

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