I would like to know how to clear the PEL list for a given Redis consumer group without individually acknowledging every message.
Context I have a consumer group for my one of my Redis streams. For testing purposes, I need to clear the PEL list of the consumer group without deleting the stream.