BeIT Memcached is a client for memcached written in C# 2.0 The client supports all memcached commands: Set Add Replace Append Prepend Cas Get Multi-Get Delete Increment Decrement Stats Flush In addition, it has the following features: Consistent hashing 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 the [memcached protocol specifications](http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt strictly).