Download List

Project Description

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() (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.
Tags: Minor feature enhancements

2008-05-31 02:29
0.5

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() has been added to supply information on memcached server status. memc_stat_get_keys() has been added. Buffering has been added to improve performance.
Tags: Minor feature enhancements

2007-12-19 12:24
0.2

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.
Tags: Major feature enhancements

2007-12-01 00:39
0.1

Tags: Initial freshmeat announcement

Project Resources