mysqlnd_memcache

A PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin


The mysqlnd memcache plugin (mysqlnd_memcache) is an PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin (server plugin). It includes experimental support for the MySQL Cluster Memcached Daemon. The server plugin provides access to data stored inside MySQL InnoDB (respectively MySQL Cluster NDB) tables using the Memcache protocol. This PHP extension, which supports all PHP MySQL extensions that use mysqlnd, will identify tables exported in this way and will translate specific SELECT queries into Memcache requests.

License: PHP License

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
1.0.1 2013-07-17 mysqlnd_memcache-1.0.1.tgz
1.0.0 2012-09-27 mysqlnd_memcache-1.0.0.tgz
Show all releases

Changelog

Version Message
1.0.1 Fixed build issues.
1.0.0 Initial package release.
Show complete changelog