Package Information |
Summary |
memcached extension |
Maintainers |
Antony Dovgal (lead)
[wishlist]
[details]
Pierre Joye (lead)
[wishlist]
[details]
Herman Radtke <
hradtke at php dot net >
(lead)
[details]
Mikael Johansson (lead)
[details]
Tomas Srnka (lead)
[details]
|
License |
PHP License |
Description |
Memcached is a caching daemon designed especially for
dynamic web applications to decrease database load by
storing objects in memory.
This extension allows you to work with memcached through
handy OO and procedural interfaces.
The extension allows use to store sessions in memcached via memcache. |
Release notes
Version 3.0.0
(alpha)
|
See README for details on new API and INI directives.
- UDP support - Binary protocol support - Non-blocking IO using select() - Pipelined multi-set/delete/increment/decrement - CAS (Compare-And-Swap) support - Append/prepend support - Key and session redundancy (values are written to N mirrors) - Improved error reporting and failover handling - Added class "MemcachePool" implementing the new API - New INI directives memcache.protocol = {ascii, binary} memcache.redundancy = 1 memcache.session_redundancy = 2 - Changed INI defaults memcache.hash_strategy = consistent memcache.chunk_size = 32768 |