Skip to content
henrikschroder edited this page Sep 14, 2010 · 10 revisions

BeIT Memcached is a client for memcached written in C# 2.0

You 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 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 strictly.