简体   繁体   中英

Where can I get memcached for Windows 64Bit

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?

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 )

32 bit should run on windows 64 machines. Regardless, check Membase server , it has memcached bundeled, it can be run in memcached only mode (ie 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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM