Is there a port of memcache to .Net?

Windows Server ports:

  • memcached for Win32
  • Jellycan Code - memcached

Memcached .NET Client ports:

  • memcacheddotnet
  • enyim.com Memcached Client
  • BeIT

There is no official support for windows builds. Check this link: https://github.com/memcached/memcached/wiki/Install

For the clients, check this link: https://github.com/memcached/memcached/wiki/Clients

Hope that helps.


And you might also want to check indeXus.net wich is implemented in c# (server and api)

We were also using BeIt as a memcached client port since we had problem with enyim.