我在哪里可以获得适用于 Windows 64Bit 的 memcached

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7466251/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 18:06:37  来源:igfitidea点击:

Where can I get memcached for Windows 64Bit

c#asp.netwindowsmemcached

提问by Luke101

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?

我已经检查了 SO 上的其他答案,但它们都是旧的。我只是找不到为 Windows 64 位获取 memcached 的地方。我在哪里可以找到它。另外,我在哪里可以找到 memcached 的 Windows 客户端?

回答by Eric Boumendil

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

如果这可以帮助某人,我已经根据通过此页面找到的 memcached 1.4.5 64 位编译做了一个包装器(直接链接到 NorthScale 二进制文件)。

It's a windows service:
https://github.com/eric-b/MemcachedService64

这是一个 Windows 服务:https:
//github.com/eric-b/MemcachedService64

Client side, I use the Enyim caching(Enyim.Caching.MemcachedClient)

客户端,我使用Enyim缓存Enyim.Caching.MemcachedClient

回答by VinayC

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

32 位应该在 windows 64 机器上运行。不管怎样,检查Membase 服务器,它捆绑了 memcached,它可以在 memcached only 模式下运行(即没有持久性)。

Below links should also be of interest:

下面的链接也应该很有趣:

Memcache on windows

Windows 上的内存缓存

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

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

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

还有这个问题:我可以让 Memcached 在 Windows (x64) 64 位环境中运行吗?

回答by Atul

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

在下面提到的链接中可以找到适用于 memcached 的最新 Windows 安装程序:

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.

它包含适用于 Windows 的 64 位版本。我不确定它是否真实。甚至我在谷歌搜索时也发现了。需要确保它是正确的站点。

Hope this will help someone.

希望这会帮助某人。