Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a port of memcache to .Net?

Tags:

I am interested if there is a port for the server implementation.

like image 897
David Robbins Avatar asked Nov 10 '08 02:11

David Robbins


2 Answers

Windows Server ports:

  • memcached for Win32
  • Jellycan Code - memcached

Memcached .NET Client ports:

  • memcacheddotnet
  • enyim.com Memcached Client
  • BeIT
like image 150
David P Avatar answered Oct 02 '22 11:10

David P


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.

like image 23
TheBlueSky Avatar answered Oct 02 '22 11:10

TheBlueSky