memcached-php icon indicating copy to clipboard operation
memcached-php copied to clipboard

Memcached client library in plain vanilla PHP.

Results 5 memcached-php issues
Sort by recently updated
recently updated
newest added

This seems to be fixed in master: https://github.com/clickalicious/memcached-php/commit/094205f9c1198b872c5029b5c6816bd7a6cea344 but the version installed via composer still has this bug

There appears to be some performance issues with this libary when attempting to store large arrays. So far I've profiled it to having spend lots of time in the preg_match...

Hello, I getting this info from composer: > Package gpupo/cache is abandoned, you should avoid using it. Use https://github.com/symfony/cache instead. ``` [name@server ~]$ composer why gpupo/cache clickalicious/memcached.php v1.0.1 requires gpupo/cache...

Hi, Can I save static pages cache with your project? Thanks

- Refactored build and some parts of the code. - Made Demo `demo/Client.php` available to CLI - Some small changes to license

enhancement
build
documentation
in progress
refactoring
software