BeIT Memcached is a client for memcached written in C# 2.0
- Set
- Add
- Replace
- Append
- Prepend
- Cas
- Get
- Multi-Get
- Delete
- Increment
- Decrement
- Stats
- Flush
- 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).