|
Clients
Client API's / libraries
C / C++libmemcached
libmemcache
apr_memcache
memcacheclient
libketama
ErlangPHPComparison of PECL/memcache and PECL/memcached PECL/memcached
PECL/memcache PHP libmemcached
PerlCache::Memcached Cache::Memcached::Fast Perl libmemcached wrapper
Cache::Memcached-compatible perl libmemcached wrapper wrapper (heh) Javaspymemcached
Java memcached client
More Java memcached clients Pythonpython-memcached pooling wrapper class
Python libmemcached
cmemcache Django's caching framework works with memcached Twisted python client Rubycache_fu Rails plugin works with memcached
memcache-client
Ruby-MemCache
fauna
caffeine
More info: Windows / .NET.Net memcached client .Net 2.0 memcached client
BeIT Memcached Client (optimized C# 2.0) jehiah MySQLMySQL user data functions for memcached MySQL Engine
PostgreSQLpgmemcache
Luahttp://luamemcached.luaforge.net Lisp dialectshttp://common-lisp.net/project/cl-memcached http://chicken.wiki.br/memcached Cold FusionOCamlIohttp://github.com/iamaleksey/memcached-client-io/tree/master - libmemcached based ProtocolTo write a new client, check out the protocol docs. Be aware that the most important part of the client is the hashing across multiple servers, based on the key, or an optional caller-provided hashing value. Feel free to join the mailing list for help, inclusion in Subversion, and/or a link to your client from this site. Also, see the forthcoming binary protocol docs. Archive / OldDanga Interactive list of clients http://www.danga.com/memcached/apis.bml http://dealnews.com/developers/memcached.html - fastest client implementations (2006), obsoleted as more languages wrap the C-based libmemcached client library. |
Sign in to add a comment
http://code.google.com/p/memcache-client-forjava/ is another choice
For Tcl, the NaviServer? project offers a Tcl extension called "nsmemcache" that is written in C: http://naviserver.cvs.sourceforge.net/naviserver/modules/nsmemcache/
Io client library, libmemcached based: http://github.com/iamaleksey/memcached-client-io/tree/master
Another Tcl extension, but based on libmemcached: http://jeff.bovine.net/Memcached_for_Tcl
Reference Rails is broke
http://nubyonrails.com/articles/memcached-basics-for-rails
shouldn't the PHP PECL/memcache section call it the "php memcache docs" instead of "php memcached docs" ?
http://code.google.com/p/xmemcached/downloads/list
xmemcached,Another java memcached client。
I wrote an Erlang client : http://github.com/joewilliams/merle/tree/master
I wrote http://code.google.com/p/simple-spring-memcached/ as a layer on top of the Spy Memcached Client to ease integration with Spring.