If memcached is used as the main cache service in the website project (. NET 2.0), the benefits will not be discussed.
Currently, we still use enyimmemcached and found several problems. However, since August, the author has not updated it any more. Originally, xingd was ready to rewrite it.
A new C # client named Beit memcached came out a few days ago. This client was developed based on the memcached v1.2.4 released on September 6,. Therefore, the gets command is also supported.
Download and readSource codeThe structure is clear and lightweight. In addition to the provision of basic commands and connection pools, simple serialization and deserialization are added, as well as logadapter. Several feature values are also worth looking forward:
Socketpool with retriable size
High-performance
Key prefixing
Detection of dead servers
Small code-size
Very easy to embed
No external dependencies
No unmanaged code
No background threads
Flexible Logging