25

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

David Robbins
  • 9,996
  • 7
  • 51
  • 82

6 Answers6

22

Windows Server ports:

Memcached .NET Client ports:

Espo
  • 41,399
  • 21
  • 132
  • 159
David P
  • 3,604
  • 3
  • 37
  • 54
6

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.

TheBlueSky
  • 5,526
  • 7
  • 35
  • 65
1

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.

appaquet
  • 94
  • 5
1

Awesome port that's found on Codeplex :) check it out!

Pure.Krome
  • 84,693
  • 113
  • 396
  • 647
1

If you're interested in running a memcached client on Windows then there are two additional open source servers that can do the job. Both implement the standard memcached server protocol and are written in Java so they run on Windows.

Brent Matzelle
  • 4,073
  • 3
  • 28
  • 27
0

And you might want to check our Velocity - Microsoft's distributed cache.

Ben R
  • 431
  • 3
  • 6