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.

2009-01-31 12:52 Back to release list
0.8

memc_servers_behavior_get ( '<behavior>'), memc_list_distribution_types (), memc_list_hash_types (), memc_behavior_get () (un alias para memc_servers_behavior_get ()), y memc_behavior_set () (un alias para memc_servers_behavior_set ()) se han añadido funciones. memc_servers_behavior_set () trabaja ahora para todos los tipos de comportamientos - Boolean, comportamientos nombre (cadena), y numéricos.
Tags: Minor feature enhancements
memc_servers_behavior_get('&lt;behavior&gt;'), memc_list_distribution_types(), memc_list_hash_types(), memc_behavior_get() (an alias to memc_servers_behavior_get() ), and memc_behavior_set() (an alias to memc_servers_behavior_set() ) functions were added. memc_servers_behavior_set() now works for all types of behaviors - Boolean, named behaviors (string), and numeric.

Project Resources