Closed GoogleCodeExporter closed 8 years ago
If I understand you correctly, Redis already supports this.
See "Multiple commands and pipelining " in
http://code.google.com/p/redis/wiki/ProtocolSpecification
Original comment by chris%oz...@gtempaccount.com
on 15 Aug 2009 at 9:09
thanks for the comment.
That's great.
Would you(or anyone) please post some examples of multiple commands and
pipelining?
thanks in advance.
Original comment by laugeenk...@gmail.com
on 24 Aug 2009 at 9:15
A trivial pipelining example:
echo -n "PING\r\nPING\r\n" | nc localhost 6379
Original comment by anti...@gmail.com
on 23 Oct 2009 at 12:35
Original issue reported on code.google.com by
laugeenk...@gmail.com
on 6 Jul 2009 at 7:35