Memcached UDFs for MySQL version 0.4 released

Patrick Galbraith patg at grazr.com
Wed Apr 9 19:41:35 UTC 2008


I'm pleased to announce release of Memcached Functions for MySQL version 0.4. This release has a lot of new goodies, including:

New Functions

memc_add()
memc_add_by_key()
memc_cas()
memc_cas_by_key()
memc_set_by_key()
memc_get_by_key()
memc_replace_by_key()
memc_prepend_by_key()
memc_append_by_key()

Install tools
sql/install_functions.sql - installs these functions via simple sql script

utils/install.pl - interactively installs these functions (perl, DBI/DBD::mysql required)

Benchmark

benchmarks/benchmark.pl - simple dumb perl script to set, get, delete N number of objects,
printing out timings (perl, DBI/DBD::mysql, Time::Hires required)

Docs/Info

* More documentation
* sql/trigger_fun.sql - shows nifty tricks using these functions and triggers

Tests

* Added tests for new functions

You can find the src packages at:

http://download.tangent.org/memcached_functions_mysql-0.4.tar.gz

Have fun!

-- 
Patrick Galbraith, Senior Programmer 
Grazr - Easy feed grazing and sharing
http://www.grazr.com 

Satyam Eva Jayate - Truth Alone Triumphs
Mundaka Upanishad





More information about the memcached mailing list