Cache server for .NET(Example Memcached)

前端 未结 6 1126
攒了一身酷
攒了一身酷 2020-12-24 09:48

I am looking for cache server for .NET. What can you suggest? As i know memcached has provider for .net. Is it good enough to use for .net in production?

6条回答
  •  甜味超标
    2020-12-24 10:43

    Memached is plenty good for production, probably best using the enyim provider.

    Couchbase provide a good web ui and easy memcached install on windows. Free if on a single server. It's great to be able to monitor your cache instance.

    They have paid for solutions but and their own server.

    AppFabric as mentioned is another obvious candidate but not a mature as memcached. AppFabric is an application server and can also provide distributed caching like membase

提交回复
热议问题