I have checked other answers on SO but they are all old. I just cannot find a place to get memcached for windows 64bit. Where can I find it. Also, where do I find the windows clients for memcached?
3 Answers
If this can help someone, I've done a wrapper based on a compilation of memcached 1.4.5 64-bits found through this page (direct link to NorthScale binary).
It's a windows service:
https://github.com/eric-b/MemcachedService64
Client side, I use the Enyim caching (Enyim.Caching.MemcachedClient)

- 2,318
- 1
- 27
- 32
The latest windows installers for memcached are found at below mentioned link:
It contains the 64 bit version for Windows. I am not sure whether it is authentic or not. Even I foind while searching on google. Need to make sure it is right site.
Hope this will help someone.

- 3,043
- 27
- 39
32 bit should run on windows 64 machines. Regardless, check Membase server, it has memcached bundeled, it can be run in memcached only mode (i.e. no persistence).
Below links should also be of interest:
http://allegiance.chi-town.com/MemCacheDManager.aspx
And this SO question: can I get Memcached running on a Windows (x64) 64bit environment?