Cache server for .NET(Example Memcached)

前端 未结 6 1127
攒了一身酷
攒了一身酷 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条回答
  •  梦毁少年i
    2020-12-24 10:29

    If you're willing to run your cache server in Linux, you could use Redis, and use the BookSleeve library from .NET, this is what StackOverflow uses

    http://code.google.com/p/booksleeve/

提交回复
热议问题