Change History
This change history is a high level summary of selected changes
that may impact applications and/or break backwards compatibility.
See also the CHANGES file in the source distribution
for a complete list of changes.
PECL/mysqlnd_memcache 1.0 series
1.0.0-alpha
Release date: TBD
Motto/theme: Basic mapping of SQL SELECT to a MySQL Memcache plugin access.
The initial release does map basic SQL SELECT statements to a MySQL Memcache plugin
access. This bares potential performance benefits as the direct
key-value access to MySQL storage using the Memcache protocol is usually
faster than using SQL access.