Memcached Functions for MySQL 0.3 (Default branch)

Memcached Functions for MySQL is a set of MySQLUDFs (user defined functions) to work withmemcached using libmemcached. With these functionsyou get, set, append, prepend, and delete objectsin memcached. You can also use memcached as aglobal sequence generator. With these functionsyou can use triggers to control your object caches.License: BSD License (revised)Changes:
memc_stats() has been added to supply information on memcached server status. memc_stat_get_keys() has been added. Buffering has been added to improve performance.

More...