Is it possible to acknowledge multiple entries in a redis stream based on a range of IDs? I am specifically interested in acknowledging everything before a certain ID, instead of acknowledging one by one.
Or alternatively, is it possible to only read entries with IDs bigger than the last acknowledged ID?