惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
G
Google Developers Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
有赞技术团队
有赞技术团队
Vercel News
Vercel News
MongoDB | Blog
MongoDB | Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog RSS Feed
I
InfoQ
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
The Cloudflare Blog
B
Blog
C
Check Point Blog
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
U
Unit 42
D
Docker
月光博客
月光博客
aimingoo的专栏
aimingoo的专栏
博客园 - Franky
A
About on SuperTechFans

博客园 - T.t.T!Ck.¢#

博文阅读密码验证 - 博客园 博文阅读密码验证 - 博客园 人工神经网络(Artificial Neural Netwroks)笔记-模拟退火算法(Simulated Annealing) 人工神经网络(Artificial Neural Netwroks)笔记-径向基函数(Radial Basis Function- RBF) 人工神经网络(Artificial Neural Netwroks)笔记-粒子群优化(Partical Swarm Optimization - PSO) 识别地图上的地名-- 笔记一 人工神经网络(Artificial Neural Netwroks)笔记-基本的非确定性统计训练算法 - T.t.T!Ck.¢# 人工神经网络(Artificial Neural Netwroks)笔记 人工神经网络(Artificial Neural Netwroks)笔记-消除样本顺序的BP算法 博文阅读密码验证 - 博客园 人工神经网络(Artificial Neural Netwroks)笔记-连续多输出感知器算法 人工神经网络(Artificial Neural Netwroks)笔记--离散多输出感知器训练算法 博文阅读密码验证 - 博客园 人工神经网络(Artificial Neural Netwroks)笔记-离散单输出感知器算法 Mutual Information 互信息的应用 web页面列表的内容抽取 文本相似度计算--余弦定理和广义Jaccard系数 倒排序索引实验 坏事做尽--通过修改IL获取某资源文件 - T.t.T!Ck.¢# - 博客园
BeIT Memcached
T.t.T!Ck.¢# · 2008-05-30 · via 博客园 - T.t.T!Ck.¢#

最近在项目中需要使用缓存来提高性能,当然是使用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.