Skip Menu |

This queue is for tickets about the AnyEvent-Redis CPAN distribution.

Report information
The Basics
Id: 55230
Status: resolved
Priority: 0/
Queue: AnyEvent-Redis

People
Owner: Nobody in particular
Requestors: LEEDO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.07
Fixed in: (no value)



Subject: callback per line for multi-line responses
It would be helpful for me to have a callback for each line in multi-line responses (e.g. lrange response), as an alternative to collecting all the lines and passing them into a final callback. Or possibly even a callback for every N number of lines. This may be out of the scope of this module, so I'm curious what you think. Thanks.
Turns out I don't really need this. I can just recursively do lrange in smaller increments.