Allow size of reads from socket to be tuned
authorPedro Melo <melo@simplicidade.org>
Sat, 7 Aug 2010 11:53:26 +0000 (12:53 +0100)
committerPedro Melo <melo@simplicidade.org>
Sat, 7 Aug 2010 12:26:48 +0000 (13:26 +0100)
commit0f371f4ddc5245fa9f596c3f19eade4b36589e68
tree7d9ada32c5f50af1e03551d244a6088c4c0be4a0
parent4f81a9bb14918836809b9aac316e22e22dd2d2bc
Allow size of reads from socket to be tuned

If you have big keys, values, or big responses, increasing read_size
will improve your performance, by reducing the number of system calls we
will make to read them.

Defaults to 8Kb

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