BeIT Memcached

最近在项目中需要使用缓存来提高性能,当然是使用Memcached啦。

刚找到一个不错的C#做的客户端,貌似是基于Memcached 1.2.4版本的,而刚好我问朋友要了一个1.2.4版本的服务端,完美了。咔咔

主页

http://code.google.com/p/beitmemcached/


介绍

BeIT Memcached is a client for memcached written in C# 2.0You can check out the Features, read about how to Embed this client, or check the Examples. If you want to help out, you can go to the ToDo page. If you have any questions, comments or other feedback, feel free to Contact us.
The client supports the following memcached commands:
  • Set
  • Add
  • Replace
  • Get
  • Multi-Get
  • Delete
  • Increment
  • Decrement
  • Stats
  • Flush
In addition, it has the following features:
  • Socketpool with configurable size
  • High-performance
  • Key prefixing
  • Compression
  • Detection of dead servers
  • Small code-size
  • Very easy to embed
  • No external dependencies
  • No unmanaged code
  • No background threads
  • Flexible logging
  • Implementation follows memcache protocol specifications strictly.
posted @ 2008-05-30 16:36  T.t.T!Ck.¢#  阅读(1173)  评论(0编辑  收藏  举报