Package Information |
Summary |
PHP extension for interfacing with memcached via libmemcached library |
Maintainers |
Andrei Zmievski <
andrei at php dot net >
(lead)
[wishlist]
[details]
Mikko Koppanen <
mkoppanen at php dot net >
(lead)
[wishlist]
[details]
Aaron Stone <
aaron at serendipity dot cx >
(lead)
[details]
Remi Collet (lead)
[details]
Michael Wallner <
mike at php dot net >
(lead)
[details]
|
License |
PHP |
Description |
This extension uses libmemcached library to provide API for communicating with memcached servers. |
Homepage |
https://github.com/php-memcached-dev/php-memcached
|
Release notes
Version 0.1.2
(beta)
|
- Fix bug #15896 (Memcached setMulti error). - Check for empty key in getServerByKey(). - Allow passing 'null' for callbacks. - get() with cas token fetching wasn't erroring out properly. - Rename certain parameters in the API to be more clear. - Allow only strings as the append/prepend value. - Remove expiration parameter from append/prepend. |