Download List

프로젝트 설명

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 () (별칭 memc_servers_behavior_get에 ()), 그리고 () (별칭 memc_servers_behavior_set에 memc_behavior_set ()) 기능이 추가되었습니다. memc_servers_behavior_set () 지금은 행동의 모든 유형을위한 작품 - 부울, 이름을 행동 (문자열), 그리고 숫자.
Tags: Minor feature enhancements
memc_servers_behavior_get('&lt;behavior&gt;'), 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.

2008-05-31 02:29
0.5

이 릴리스의 모든 기능은 libmemcached에서 (추가, 설정 및 교체) 그것을 활용 유효 인자 기능을 추가합니다. 동작 최신 libmemcached와 일치하도록 업데이 트되었습니다. args 처리 기능 중복을 줄이기 위해 추가되었습니다. 검사 유효 테스트를 위해 추가되었습니다.
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 () memcached 서버 상태에 대한 정보를 제공하는 추가되었습니다. memc_stat_get_keys ()이 추가되었습니다. 버퍼링 성능 향상을 위해 추가되었습니다.
Tags: Minor feature enhancements
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.

2007-12-19 12:24
0.2

UDF는 memc_servers_behavior_set ()과 UDF를 memc_list_behaviors ()이 추가되었습니다. 오류 처리 향상됐다. memc_get_servers 함수를 사용하여 memcached_clone 추가되었습니다. Mac OS X의 경고를 청소했다 컴파일합니다. 모든 명령에 대한 맨 페이지를 추가했다.
Tags: Major feature enhancements
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.

2007-12-01 00:39
0.1

Tags: Initial freshmeat announcement

Project Resources