memcached client --ref

<div id="wikiheader">
Clients  

C / C++

libmemcached

libmemcache

apr_memcache

memcacheclient

libketama

@R_301_461@

PECL/memcached

PECL/memcache

PHP libmemcached

Java

spymemcached

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

Lua

Lisp dialects

ColdFusion

OCaml

Io

 - libmemcached based

CLI

libmemcached

Protocol

To write a new client,check out the  and . 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 

nofollow">http://dealnews.com/developers/memcached.html - fastest client implementations (2006),obsoleted as more languages wrap the C-based libmemcached client library.

相关文章

1. memcached内部不会监视记录是否过期,而是在get时查看记录的时间戳,检查记录是否过期。 这种技术被...
add方法添加时,如果存在返回falseset方法添加时,如果存在就是覆盖,不存就是添加 1. set方法会在设置时,...
相信还是有很多项目使用memcache,可能有些人说有点out了,但是呢??? 项目上的东西不是你想换就能换...
在前边的tomcat session server msm的那篇博客我们用memcached做tomcat session服务器,默认官方memcac...
在线聊天室(onlinechatrooms)是一个共多人进行沟通交流的网络平台,随着越来越多的新技术的发明和成熟...
1.通过yum安装 复制代码代码如下:yum-yinstallmemcached#安装完成后执行:memcached-h#出现memcached帮助...