博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
memcached client --ref
阅读量:6938 次
发布时间:2019-06-27

本文共 3179 字,大约阅读时间需要 10 分钟。

Clients  
Client API's / libraries
Updated 
Jul 14, 2012 by 
ref:https://code.google.com/p/memcached/wiki/Clients

C / C++

libmemcached

  •  by , Commercial Support available from 
    • BSD license, it has been in production at websites for years. Aggressively optimised, ability to run async, supports binary protocol, triggers, replica, etc.

 

libmemcache

  •  by Sean Chittenden
    • BSD license. It is no longer under active development (last updated in 2006). You should try libmemcached instead.

 

apr_memcache

  •  by Paul Querna
    • Apache Software License version 2.0 (doesn't appear to be actively maintained since 2005)

 

memcacheclient

  •  (cross-platform, but primary focus on Windows (last updated in 2008).

 

libketama

  •  (the original consistent hashing algorithm from last.fm)

 

PHP

PECL/memcached

  •  (wraps libmemcached)
    • pear install pecl/memcached
    • Announcement: 

 

PECL/memcache

 

PHP libmemcached

  •  (wraps libmemcached)

 

Java

spymemcached

    • 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

    • A Java API is maintained by Greg Whalin from Meetup.com.

 

More Java memcached clients

 

Integrations

 

Python

pylibmc - a libmemcached wrapper

 

python-memcached

 

pooling wrapper class

  •  for use in multi-threaded applications

 

Python libmemcached

  •  (libmemcached wrapper)

 

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

  •  (pure Ruby)

 

Ruby-MemCache

  •  (pure Ruby)

 

fauna

  •  (compiled, wraps libmemcached)

 

caffeine

  •  (compiled, wraps libmemcached, no license)

 

More info:

 

Perl

Cache::Memcached

 

Cache::Memcached::Fast

 

Perl libmemcached wrapper

  •  (libmemcached wrapper)

 

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

 

Windows / .NET

.Net memcached client

 

.Net 2.0 memcached client

  • Client developed in .NET 2.0 keeping performance and extensibility in mind. (Supports consistent hashing.)

 

BeIT Memcached Client (optimized C# 2.0)

 

jehiah

 

MySQL

MySQL user data functions for memcached

 

MySQL Engine

  • no longer developed

 

PostgreSQL

pgmemcache

  •  The pgmemcache project allows you to access memcache servers from Postgresql Stored Procedures and Triggers.

 

Erlang

erlmc

 

merle

 

erlangmc

 

higepon's memcached client

 

Zhou Li's memcached client

 

Lua

Lisp dialects

ColdFusion

OCaml

Io

 - libmemcached based

CLI

libmemcached

  •  by , Commercial Support available from 
    • BSD licensed, contains a full set of CLI tools.

 

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 

 - fastest client implementations (2006), obsoleted as more languages wrap the C-based libmemcached client library.

分类:  ,
本文转自快乐就好博客园博客,原文链接:http://www.cnblogs.com/happyday56/p/4463036.html,如需转载请自行联系原作者
你可能感兴趣的文章
<Power Shell>新的征程
查看>>
【Android游戏开发之六】在SurfaceView中添加组件!!!!并且相互交互数据!!!!...
查看>>
SQLite操作
查看>>
安装Gogs及简单配置(使用默认数据库)
查看>>
奔向新纪元,Vista安装经历
查看>>
Centos7无法使用ssh登陆及解决方案
查看>>
应用强制访问控制管理网络服务
查看>>
Exchange 2013多租户托管PART 2:Exchange基本配置
查看>>
Mellanox发布升级版RoCE软件 简化以太网RDMA部署
查看>>
《认知设计:提升学习体验的艺术》——学习者不希望觉得自己愚蠢
查看>>
大数据产业“跑”出“长春速度”
查看>>
YII2.0框架分页
查看>>
c#数据库编程
查看>>
我的友情链接
查看>>
MongoDB 更新文档
查看>>
javaweb Servlet开发
查看>>
websocket-bench压力测试
查看>>
http://91.213.30.151/
查看>>
Android ViewStub详解
查看>>
JavaScript中的prototype、__proto__和constructor
查看>>