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,如需转载请自行联系原作者
相关文章
|
开发工具 C++ Windows
error LNK1104: 无法打开文件“MSCOREE.lib”
error LNK1104: 无法打开文件“MSCOREE.lib”
396 0
|
XML Java Linux
【Linux 第三方库】linux 交叉编译dbus,expat
【Linux 第三方库】linux 交叉编译dbus,expat
969 0
|
7月前
|
Linux Go iOS开发
IDA 9.2 发布:Golang 改进、新 UI 组件、类型解析等
IDA Pro 9.2 (macOS, Linux, Windows) - 强大的反汇编程序、反编译器和多功能调试器
1343 0
SpringBoot多线程定时任务
使用SpringBoot创建定时任务非常简单,最基础的就是基于注解(@Scheduled),但是在项目中应用到了多线程定时任务,所以在此记录一下,以后方便温习。
|
缓存 NoSQL Java
Spring Boot中的分布式缓存方案
Spring Boot提供了简便的方式来集成和使用分布式缓存。通过Redis和Memcached等缓存方案,可以显著提升应用的性能和扩展性。合理配置和优化缓存策略,可以有效避免常见的缓存问题,保证系统的稳定性和高效运行。
469 3
|
SQL Java
SpringBoot应用默认日志输出使用姿势
SpringBoot应用默认日志输出使用姿势
685 0
SpringBoot应用默认日志输出使用姿势
|
缓存 Java Spring
教程:Spring Boot中集成Memcached的详细步骤
教程:Spring Boot中集成Memcached的详细步骤
|
存储 缓存 Java
SpringCache缓存
SpringCache缓存
387 0
|
XML Java 数据库连接
Spring Boot集成MyBatis
主要系统的讲解了 Spring Boot 集成 MyBatis 的过程,分为基于 xml 形式和基于注解的形式来讲解,通过实际配置手把手讲解了 Spring Boot 中 MyBatis 的使用方式,并针对注解方式,讲解了常见的问题已经解决方式,有很强的实战意义。在实际项目中,建议根据实际情况来确定使用哪种方式,一般 xml 和注解都在用。
|
XML Java 数据库连接
微服务——SpringBoot使用归纳——Spring Boot集成MyBatis——基于 xml 的整合
本教程介绍了基于XML的MyBatis整合方式。首先在`application.yml`中配置XML路径,如`classpath:mapper/*.xml`,然后创建`UserMapper.xml`文件定义SQL映射,包括`resultMap`和查询语句。通过设置`namespace`关联Mapper接口,实现如`getUserByName`的方法。Controller层调用Service完成测试,访问`/getUserByName/{name}`即可返回用户信息。为简化Mapper扫描,推荐在Spring Boot启动类用`@MapperScan`注解指定包路径避免逐个添加`@Mapper`
832 0

热门文章

最新文章

下一篇
开通oss服务