1

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?

Luke101
  • 63,072
  • 85
  • 231
  • 359

3 Answers3

3

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)

Eric Boumendil
  • 2,318
  • 1
  • 27
  • 32
2

The latest windows installers for memcached are found at below mentioned link:

Apache Lounge

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.

Atul
  • 3,043
  • 27
  • 39
2

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:

Memcache on windows

http://allegiance.chi-town.com/MemCacheDManager.aspx

And this SO question: can I get Memcached running on a Windows (x64) 64bit environment?

Community
  • 1
  • 1
VinayC
  • 47,395
  • 5
  • 59
  • 72