I am interested if there is a port for the server implementation.
Asked
Active
Viewed 1.5k times
6 Answers
22
Windows Server ports:
Memcached .NET Client ports:
-
The first link doesn't work anymore. I think this (http://www.splinedancer.com/memcached-win32/) is the same. – Ruben Steins Dec 20 '10 at 08:35
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.

software.wikipedia
- 709
- 7
- 17

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
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