memcached client --ref

简介:
Clients  
Client API's / libraries
Updated  Jul 14, 2012 by dorma...@rydia.net
ref:https://code.google.com/p/memcached/wiki/Clients

C / C++

libmemcached

 

libmemcache

 

apr_memcache

 

memcacheclient

 

libketama

 

PHP

Comparison of PECL/memcache and PECL/memcached

PECL/memcached

 

PECL/memcache

 

PHP libmemcached

 

Java

spymemcached

  • http://www.couchbase.org/code/couchbase/java
    • An improved Java API maintained by Matt Ingenthron and others at Couchbase.
    • Aggressively optimised, ability to run async, supports binary protocol, support Membase and Couchbase features, etc. See site for details.

 

Java memcached client

 

More Java memcached clients

 

Integrations

 

Python

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

 

Ruby

cache_fu Rails plugin works with memcached

 

memcache-client

 

Ruby-MemCache

 

fauna

 

caffeine

 

More info:

 

Perl

Cache::Memcached

 

Cache::Memcached::Fast

 

Perl libmemcached wrapper

 

Cache::Memcached-compatible perl libmemcached wrapper wrapper (heh)

 

Windows / .NET

.Net memcached client

 

.Net 2.0 memcached client

 

BeIT Memcached Client (optimized C# 2.0)

 

jehiah

 

MySQL

MySQL user data functions for memcached

 

MySQL Engine

  • no longer developed

 

PostgreSQL

pgmemcache

 

Erlang

erlmc

 

merle

 

erlangmc

 

higepon's memcached client

 

Zhou Li's memcached client

 

https://github.com/EchoTeam/mcd

Lua

http://luamemcached.luaforge.net

Lisp dialects

http://common-lisp.net/project/cl-memcached

http://chicken.wiki.br/memcached

http://weblambda.blogspot.com/2009/09/develop-memcached-client-4-bzlibdbd.html

ColdFusion

http://memcached.riaforge.org

OCaml

Io

http://github.com/iamaleksey/memcached-client-io/tree/master - libmemcached based

CLI

libmemcached

 

Protocol

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.

Archive / Old

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,如需转载请自行联系原作者
相关文章
|
Java 测试技术 Memcache
|
缓存 数据库 Memcache
分布式缓存系统Memcached简介与实践(.NET memcached client library)
原文:分布式缓存系统Memcached简介与实践(.NET memcached client library) 缘起: 在数据驱动的web开发中,经常要重复从数据库中取出相同的数据,这种重复极大的增加了数据库负载。
1200 0
|
算法 Java API
转:Memcached Java Client API详解
Memcached Java Client API详解 针对Memcached官方网站提供的java_memcached-release_2.0.1版本进行阅读分析,Memcached Java客户端lib库主要提供的调用类是SockIOPool和MemCachedClient?,关键类及方法整理说明如下。
1041 0
|
Linux Memcache
Linux - 安装memcached
Linux - 安装memcached
372 0
Linux - 安装memcached