cache icon indicating copy to clipboard operation
cache copied to clipboard

Async, Promise-based cache interface for ReactPHP.

Results 4 cache issues
Sort by recently updated
recently updated
newest added

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.

maintenance

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...

maintenance

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...

new feature
BC break