C# 是否有到 .Net 的 memcache 端口?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/276924/
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-08-03 21:12:39  来源:igfitidea点击:

Is there a port of memcache to .Net?

c#asp.netwindowsmemcached

提问by David Robbins

I am interested if there is a port for the server implementation.

如果有用于服务器实现的端口,我很感兴趣。

回答by Ben R

And you might want to check our Velocity- Microsoft's distributed cache.

您可能想查看我们的Velocity- Microsoft 的分布式缓存。

回答by APPaquet

And you might also want to check indeXus.netwich is implemented in c# (server and api)

你可能还想检查indeXus.net是在 c# (server and api) 中实现的

We were also using BeIt as a memcached client port since we had problem with enyim.

我们还使用 BeIt 作为 memcached 客户端端口,因为我们在使用 enyim 时遇到了问题。

回答by Pure.Krome

Awesome portthat's found on Codeplex:) check it out!

Codeplex上找到的很棒的端口:) 检查一下!

回答by TheBlueSky

There is no official support for windows builds. Check this link: https://github.com/memcached/memcached/wiki/Install

没有对 Windows 构建的官方支持。检查此链接:https: //github.com/memcached/memcached/wiki/Install

For the clients, check this link: https://github.com/memcached/memcached/wiki/Clients

对于客户端,请查看此链接:https: //github.com/memcached/memcached/wiki/Clients

Hope that helps.

希望有帮助。

回答by Brent Matzelle

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.

如果您对在 Windows 上运行 memcached 客户端感兴趣,那么还有两个额外的开源服务器可以完成这项工作。两者都实现了标准的 memcached 服务器协议并用 Java 编写,因此它们可以在 Windows 上运行。