Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Memcached Functions for MySQL 0.5 (Default branch) Post 302201066 by Linux Bot on Friday 30th of May 2008 10:10:13 PM
Old 05-30-2008
Memcached Functions for MySQL 0.5 (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: GNU General Public License (GPL) Changes:
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.Image

More...
 
MEMCACHED_GET_USER_DATA(3)					   libmemcached 					MEMCACHED_GET_USER_DATA(3)

NAME
memcached_get_user_data - libmemcached Documentation Manage user specific data LIBRARY
C Client Library for memcached (libmemcached, -lmemcached) SYNOPSIS
#include <libmemcached/memcached.h> void *memcached_get_user_data(memcached_st *ptr) void *memcached_set_user_data(memcached_st *ptr, void *data) Compile and link with -lmemcached DESCRIPTION
libmemcached(3) allows you to store a pointer to a user specific data inside the memcached_st structure. memcached_set_user_data() is used to set the user specific data in the memcached_st structure. memcached_get_user_data() is used to retrieve the user specific data in the memcached_st structure. RETURN
memcached_set_user_data() returns the previous value of the user specific data. memcached_get_user_data() returns the current value uf the user specific data. HOME
To find out more information please check: http://libmemcached.org/ SEE ALSO
memcached(1) libmemcached(3) AUTHOR
Brian Aker COPYRIGHT
2011-2013, Brian Aker DataDifferential, http://datadifferential.com/ 1.0.16 January 31, 2013 MEMCACHED_GET_USER_DATA(3)
All times are GMT -4. The time now is 08:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy