Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-pecl-yac - Lockless user data cache

Website:
http://pecl.php.net/package/yac
Licence:
PHP
Vendor:
Remi Collet
Description:
Yac (Yet Another Cache) is a shared memory user data cache for PHP.

It can be used to replace APC or local memcached.

Yac is lockless, that means, it is very fast, but there could be a
chance you will get a wrong data(depends on how many key slots are
allocated and how many keys are stored), so you'd better make sure
that your product is not very sensitive to that.

Package built for PHP 5.5.

Packages

php-pecl-yac-0.9.2-1.el7.remi.5.5.x86_64 [32 KiB] Changelog by Remi Collet (2014-10-25):
- Update to 0.9.2
php-pecl-yac-0.9.1-1.el7.remi.5.5.x86_64 [39 KiB] Changelog by Remi Collet (2014-07-25):
- Update to 0.9.1 (beta)