Download List

Descripción del Proyecto

This is a set of MySQL UDFs (user defined functions) to work with memcached using libmemcached. With these functions, you can get, set, append, prepend, delete, increment, and decrement objects in memcached, provide statistics, and set which servers to use and which behavior the server connections will use. These functions can be combined with MySQL triggers. You can also use memcached as a global sequence generator for MySQL by making use of the increment function. These functions are compatible with all versions of MySQL.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-03-03 23:49 Back to release list
0.3

memc_stats () se ha añadido a suministrar información sobre el estado del servidor memcached. memc_stat_get_keys () ha sido añadido. Buffering se ha añadido para mejorar el rendimiento.
Tags: Minor feature enhancements
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.

Project Resources