标签:
libmemcached
libmemcache
apr_memcache
memcacheclient
libketama
Comparison of PECL/memcache and PECL/memcached
PECL/memcached
PECL/memcache
PHP libmemcached
spymemcached
Java memcached client
More Java memcached clients
Integrations
pylibmc - a libmemcached wrapper
python-memcached
pooling wrapper class
Python libmemcached
Python-Binary-Memcached - binprot pure-python client
cmemcache (Note: this library is deprecated, old, buggy, you should not use it).
Django‘s caching framework works with memcached
Twisted python client
cache_fu Rails plugin works with memcached
memcache-client
Ruby-MemCache
fauna
caffeine
More info:
Cache::Memcached
Cache::Memcached::Fast
Perl libmemcached wrapper
Cache::Memcached-compatible perl libmemcached wrapper wrapper (heh)
.Net memcached client
.Net 2.0 memcached client
BeIT Memcached Client (optimized C# 2.0)
jehiah
MySQL user data functions for memcached
MySQL Engine
pgmemcache
erlmc
merle
erlangmc
higepon‘s memcached client
Zhou Li‘s memcached client
https://github.com/EchoTeam/mcd
http://luamemcached.luaforge.net
http://common-lisp.net/project/cl-memcached
http://chicken.wiki.br/memcached
http://weblambda.blogspot.com/2009/09/develop-memcached-client-4-bzlibdbd.html
http://github.com/iamaleksey/memcached-client-io/tree/master - libmemcached based
libmemcached
To write a new client, check out the binary protocol docs and ascii 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 and/or a link to your client from this site.
Danga 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.
标签:
原文地址:http://www.cnblogs.com/happyday56/p/4463036.html