| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This commit modifies the xpending method in both redis.stub.php and redis_cluster.stub.php to add an optional idle-time parameter. This allows users to filter pending messages based on idle time, enhancing the functionality and flexibility of the method.
|
Thanks for the PR. We'll have to wait to merge this until putting together a major version bump since it changes the prototype which will break subclasses. |
Sorry, something went wrong.
|
You'll need to regenerate the arginfo files with gen_stub.php You can do this by cd'ing into the phpredis source tree and then running it like this: php /usr/lib/php/20240924/build/gen_stub.php *.stub.phpIt may be on a slightly different place on your system so you can search for it in /usr If it's not there php-config --prefix should show you where to check. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This commit modifies the xpending method in both redis.stub.php and redis_cluster.stub.php to add an optional idle-time parameter. This allows users to filter pending messages based on idle time, enhancing the functionality and flexibility of the method.