| Package Information |
| Summary |
PHP extension for interfacing with memcached via libmemcached library |
| Maintainers |
Andrei Zmievski <andrei@php.net> (lead) [wishlist] [details]
|
| License |
PHP |
| Description |
This extension uses libmemcached library to provide API for communicating with memcached servers. |
| Homepage |
http://github.com/andreiz/php-memcached |
Release notes Version0.1.1 |
- Add OPT_LIBKETAMA_COMPATIBLE option.
- Implement addServers() method.
- Swap internal compressed and serialized flags to be compatible with other clients. |