cache
cache copied to clipboard
Async, Promise-based cache interface for ReactPHP.
With PHP 8.2 coming out later this year, we should be reading for it's release to ensure all out code works on it.
This PR sets up PHPStan to run on GitHub Actions, as discussed in [discussions#469](https://github.com/orgs/reactphp/discussions/469). ### Overview - [x] Sets up PHPStan to run on GitHub Actions on PHP 8.1 only...
# ReactPHP v3 is going to happen! 🎉 We're committed to work on the next major version of ReactPHP. We've started working on this a while ago and believe it's...
This changeset adds support for the `iterable` type for all methods working with multiple keys. This is done to bring the `CacheInterface` more in line with PSR-16 which also happens...