default

2007-09-26 21:37:45

libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods.

A few notes on its design:

  • Synchronous and Asynchronous support.
  • TCP and Unix Socket protocols.
  • A half dozen or so different hash algorithms .
  • Implementations of the new cas, replace, and append operators.
  • Man pages written up on entire API.
  • Implements both modulo and consistent hashing solutions.
    It also implements several command line tools:

    memcat - Copy the value of a key to standard output
    memflush - Flush the contents of your servers.
    memrm - Remove a key(s) from the serrver.
    memcp - Copy files to a memached server.
    memstat - Dump the stats of your servers to standard output
    memslap - Generate testing loads on a memcached cluster

    Clients using the library:
    Ruby: http://fauna.rubyforge.org/svn/memcached/trunk/
    Perl: http://code.google.com/p/perl-libmemcached/
    Python: http://code.google.com/p/python-libmemcached/

    http://hg.tangent.org/libmemcached/

    VersionCreatedAuthorURLs
    libmemcached 0.21 (default)11:10:22 on 2008-05-23 briansource
    rpm
    libmemcached 0.20 (default)01:45:15 on 2008-05-05 briansource
    rpm
    libmemcached 0.19 (default)01:52:20 on 2008-04-09 briansource
    rpm
    libmemcached 0.18 (default)15:38:51 on 2008-03-16 briansource
    rpm
    libmemcached 0.17 (default)21:21:01 on 2008-02-26 briansource
    rpm
    libmemcached 0.16 (default)16:20:44 on 2008-02-17 briansource
    rpm
    libmemcached 0.15 (default)06:59:50 on 2008-01-29 briansource
    rpm
    libmemcached 0.14 (default)01:36:00 on 2008-01-22 briansource
    rpm
    libmemcached 0.13 (default)13:49:08 on 2008-01-13 briansource
    rpm
    libmemcached 0.12 (default)07:29:02 on 2007-12-11 briansource
    rpm
    libmemcached 0.11 (default)17:08:51 on 2007-11-25 briansource
    rpm
    libmemcached 0.10 (default)15:07:56 on 2007-11-20 briansource
    rpm
    libmemcached 0.9 (default)00:00:58 on 2007-11-15 briansource
    rpm
    libmemcached 0.8 (default)05:14:43 on 2007-11-05 briansource
    rpm
    libmemcached 0.7 (default)03:57:48 on 2007-10-30 briansource
    rpm
    libmemcached 0.6 (default)02:27:46 on 2007-10-17 briansource
    rpm
    libmemcached 0.5 (default)17:47:16 on 2007-10-08 briansource
    rpm
    libmemcached 0.4 (default)03:54:34 on 2007-10-03 briansource
    rpm
    libmemcached 0.3 (default)00:11:48 on 2007-10-01 briansource
    rpm
    libmemcached 0.2 (default)21:38:04 on 2007-09-26 briansource

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