I would like to receive all the pending messages from PEL(Pending entry list) for a given stream and a consumer group.
Problem is that XPENDING command has a mandatory count variable. But I don't know how many pending messages beforehand. I just want to list all the pending messages. So how to handle this properly ?
XPENDING mystream group55 - + 10