Download List

Descripción del Proyecto

libmemcached is a C client library for interfacing to a memcached server. It has been designed to be light on memory usage, thread safe and to provide full access to server side methods. It also implements several command line tools: memcat, memflush, memrm, memstat, and memslap (for load generation). The library has been designed to allow for different hashing methods on keys, partitioning by keys, and to use consistent hashing for distribution.

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.

2013-02-02 07:05
1.0.16

Esta versión agrega soporte para parar dos partes de una toma, arreglos para Fedora 18 y una solución para memcached_touch() binario.
This release adds support to do two-part shutdown of a socket, fixes for Fedora 18, and a fix for binary memcached_touch().

2012-12-18 21:31
1.0.15

Se agregó soporte para Murmur3 (HASHKIT_HASH_MURMUR3). Se incluyeron arreglos de portabilidad.
Support for Murmur3 was added (HASHKIT_HASH_MURMUR3). Portability fixes were included.

2012-11-16 07:11
1.0.14

CLIENT_ERROR ha sido corregido para no ser tratado como un error fatal. Compilador correcciones para las versiones antiguas de Ubuntu.
CLIENT_ERROR has been fixed to not be treated as a fatal error. Compiler fixes for older Ubuntu releases.

2012-10-20 04:34
1.0.13

Esta versión corrige problemas con versión cadenas no está formateadas en la API de llaman para la biblioteca.
This release fixes issues with version strings not being formatted in the API call for the library.

2012-10-11 23:10
1.0.12

memcached_result_take_value() y ax_libmemcached.m4 agregaron.
memcached_result_take_value() and ax_libmemcached.m4 were added.

Project Resources