Memcached Functions for MySQL 0.3 (Default branch) |
|
|
Memcached Functions for MySQL is a set of MySQL
UDFs (user defined functions) to work with
memcached using libmemcached. With these functions
you get, set, append, prepend, and delete objects
in memcached. You can also use memcached as a
global sequence generator. With these functions
you 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.
|