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
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.

2008-05-31 02:29
0.5

Esta versión incluye la funcionalidad de la alegación de caducidad de todas las funciones que lo utilizan en libmemcached (juego, añadir y sustituir). Comportamiento ha sido actualizado para corresponder con la última libmemcached. Una de las funciones de procesamiento args se ha añadido a reducir la redundancia. Las pruebas se han añadido para las pruebas de vencimiento.
This release adds expiration argument functionality to all functions that utilize it in libmemcached (set, add, and replace). Behavior has been updated to correspond with the latest libmemcached. An args processing function has been added to reduce redundancy. Tests have been added for expiration testing.

2008-03-03 23:49
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.

2007-12-19 12:24
0.2

El memc_servers_behavior_set UDF () y el memc_list_behaviors UDF () se han añadido. El manejo de errores se ha mejorado. La función de memc_get_servers esta, utilizando memcached_clone. Mac OS X compilar advertencias fueron limpiados. Las páginas de manual para todos los comandos se han añadido.
Tags: Major feature enhancements
The UDF memc_servers_behavior_set() and the UDF
memc_list_behaviors() were added. Error handling
was improved. The memc_get_servers function was
added, using memcached_clone. Mac OS X compile
warnings were cleaned up. Man pages for all
commands were added.

2007-12-01 00:39
0.1

Tags: Initial freshmeat announcement

Project Resources