php-rsmq
php-rsmq copied to clipboard
PHP implementation of Redis Simple Message Queue
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.20 to 9.6.7. Changelog Sourced from phpunit/phpunit's changelog. [9.6.7] - 2023-04-14 Fixed Tests that have @doesNotPerformAssertions do not contribute to code coverage [9.6.6] - 2023-03-27 Fixed #5270:...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.23.0 to 5.9.0. Release notes Sourced from vimeo/psalm's releases. 5.9.0 What's Changed Features json_encode() returns a non-empty-string with JSON_THROW_ON_ERROR | JSON_UNESCAPED_UNICODE by @fluffycondor in vimeo/psalm#9479 WIP: Performance/Feature...
Bumps [predis/predis](https://github.com/predis/predis) from 1.1.10 to 2.1.2. Release notes Sourced from predis/predis's releases. v2.1.2 Added Added stream commands to KeyPrefixProcessor (#1051) Added ReplicationStrategy::$loadBalancing option to disable replica reads (#1168) Added support...
Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 3.6.2 to 3.7.2. Release notes Sourced from squizlabs/php_codesniffer's releases. 3.7.2 Newer versions of Composer will now suggest installing PHPCS using require-dev instead of require Thanks to Gary...
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.5.0 to 1.5.1. Release notes Sourced from mockery/mockery's releases. 1.5.1 [PHP 8.2] Various tests: explicitly declare properties #1170 [PHP 8.2] Fix "Use of "parent" in callables is...
The **workers->work** interface could use **popMessage** instead of **receiveMessage**. This way a **Queue** can be processed in parallel. It could be optimized it in a way where we have a...