2

I'm looking for a .NET Memcached Client, I founded 3 clients libraries.

Anyone have pros and cons about theses clients ?

MemcachedDotNet

BeIT

Enyim

Thanks.

jamesaharvey
  • 14,023
  • 15
  • 52
  • 63
Yoann. B
  • 11,075
  • 19
  • 69
  • 111

1 Answers1

2

I went with Enyim. It was used in the examples in the Using memcached eBook, which is well worth the $9. I found it to be fairly simple API to use.

I wouldn't go with MemcachedDotNet as it seemed to be lacking documentation and the most inactive of the 3 choices.

BeIT might be an alright choice based on this similar question, however I haven't tried it yet myself.

Community
  • 1
  • 1
jamesaharvey
  • 14,023
  • 15
  • 52
  • 63