Memcached Functions for MySQL

2007-11-29 01:29:14

(rss)

This is a set of MySQL UDFs (user defined functions) to work with memcached using libmemcached. With these functions you get, set, append, prepend, delete, increment, decrement objects in memcached, provide statistics, as well as set which servers to use and which behavior the server connections will use. Combine these functions with MySQL triggers and you can manage your memcached cache. The library makes use of libmemcached. 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. The major contributing author is Patrick Galbraith The functions:

  • memc_servers_set()
  • memc_set()
  • memc_set_by_key()
  • memc_add()
  • memc_add_by_key()
  • memc_get()
  • memc_get_by_key()
  • memc_cas()
  • memc_cas_by_key()
  • memc_delete()
  • memc_delete_by_key()
  • memc_append()
  • memc_append_by_key()
  • memc_prepend()
  • memc_prepand_by_key()
  • memc_increment()
  • memc_decrement()
  • memc_replace()
  • memc_replace_by_key()
  • memc_server_count()
  • memc_servers_set_behavior()
  • memc_list_behaviors()
  • memc_stats()
  • memc_stat_get_keys()
  • memc_stat_get_value()

    http://docs.tangent.org/memcached_functions_mysql/memc_servers_set.html

    http://hg.tangent.org/memcached_functions_mysql/

    BranchCreatedAuthorVersionURLs
    default17:58:53 on 2009-01-30 brianMemcached Functions for MySQL 0.8 (default)source

  • All content and images copyright 1994-2007, TangentOrg.
    (AKA Brian "" Aker)