phpfastcache
phpfastcache copied to clipboard
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothi...
The Redis driver's function to read all keys has been streamlined. The change is adding a loop to scan and merge the keys iteratively. This ensures that the function will...
### What type of issue is this? Incorrect/unexpected/unexplainable behavior ### Operating system + version All ### PHP version All ### Connector/Database version (if applicable) Redis ### Phpfastcache version 9.2.0 ✅...
## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.\ If it fixes a bug or resolves...
### What's your question ? I have question about client side cache at php level: Is this possible with your project already? Like this one: https://relay.so/ Thanks and Best Regards...
### What type of issue is this? Exception/Error/Warning/Notice/Deprecation ### Operating system + version Alpine 3.16 ### PHP version 8.1.22 ### Connector/Database version (if applicable) Couchbase CE 7.2.2 + PECL Extension...
@Geolim4 hope this helps Also could you do a release of PHPSocialNetwork/couchbasev4-extension 😊 Deprecate implicitly nullable parameter types https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
### What's your question ? Hi! I used your product a couple of years back. It's been solid, and I was just looking at it again for another project. I...
## Proposed changes update constants which we're using for the RedisCluster option were removed: https://github.com/phpredis/phpredis/issues/2262 ## Types of changes What types of changes does your code introduce to Phpfastcache? _Put...
Looking at the tests PHP 8.0 and 8.1 are using redis extention version 6.0.2 PHP => 8.2 are using 6.1.0 It seems 6.1.0 had a lot of changes - [Releases](https://github.com/phpredis/phpredis/releases)...
### What type of issue is this? Other (Please Specify) ### Operating system + version Ubuntu 22.04 ### PHP version 8.2.24 ### Connector/Database version (if applicable) _No response_ ### Phpfastcache...