Redis XPending allows messages to be pulled which are idle from X amount of time. This library doesn't provide that functionality.
Expected Behavior
XPendingExtArgs should have a filed for Idle time X to be defined and it should return messages which are pending from X amount of time.
Current Behavior
There is no option to define Idle time
Possible Solution
I have already implemented and tested the changes in a fork is it possible to create a pull request.