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

本文共 3092 字,大约阅读时间需要 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://bpkmo.baihongyu.com/

你可能感兴趣的文章
Tomcat 7服务器线程模型
查看>>
idea设置断点,对于for循环,到指定次数时停止
查看>>
lua中面向对象(class)实现探索(一)(转)
查看>>
Model元数据定制与Model模板
查看>>
JS异常简单处理
查看>>
jvisualvm 工具使用
查看>>
《精通Python设计模式》学习行为型之责任链模式
查看>>
How to Limit NodeRunner.exe High Memory, CPU Usage
查看>>
solr7.1.0学习笔记(10)---Solr发布到Tomcat
查看>>
洛谷P1435 回文字串(dp)
查看>>
php 会话控制(关于session的维护与生命周期)
查看>>
tomcat PermGen space
查看>>
高阶函数:声明、实现(定义)与调用
查看>>
splash 安装
查看>>
mysql数据库优化课程---15、mysql优化步骤
查看>>
数据库路由中间件MyCat - 使用篇(4)
查看>>
Java程序开发中的简单内存分析
查看>>
Java中的Future相关
查看>>
CGAL Catmull-Clark Subdivide Surface
查看>>
赛车入门 -- 专有技术名词
查看>>