I was searching for an open source distributed caching mechanism and I found couple of them NCache, AppFabric, Redis. Among them I felt more comfortable with Appfabric as it is widely used and has extensive documentation. But now, I came to know that
appfabric will be deprecated in future. The other option what I had in my mind was Redis, but an official version for windows is not yet available and is maintained by MS Opentech as of now. I am not looking out for Azure based caching options. Can some one
help me out?
I've used the windows port of Redis on two really large projects and its worked out well. Another option is Memcached (though I think Redis is superior). With Memcached, I suspect you will have the same question about using the windows port.
If you are not comfortable with the windows ports of Redis or Memcached and you don't want to use a cloud offering - then you might want to consider NCache.
None
0 Points
1 Post
Appfabric caching
Oct 04, 2016 02:54 PM|luckyR|LINK
I was searching for an open source distributed caching mechanism and I found couple of them NCache, AppFabric, Redis. Among them I felt more comfortable with Appfabric as it is widely used and has extensive documentation. But now, I came to know that appfabric will be deprecated in future. The other option what I had in my mind was Redis, but an official version for windows is not yet available and is maintained by MS Opentech as of now. I am not looking out for Azure based caching options. Can some one help me out?
Participant
1310 Points
442 Posts
Re: Appfabric caching
Oct 04, 2016 03:51 PM|deepalgorithm|LINK
I've used the windows port of Redis on two really large projects and its worked out well. Another option is Memcached (though I think Redis is superior). With Memcached, I suspect you will have the same question about using the windows port.
If you are not comfortable with the windows ports of Redis or Memcached and you don't want to use a cloud offering - then you might want to consider NCache.
All-Star
17652 Points
3510 Posts
Re: Appfabric caching
Oct 05, 2016 10:23 AM|Chris Zhao|LINK
Hi LuckyR,
Please take a look at http://redis.io/clients#c.
The recommended client(s) for a language are marked with a star.
ServiceStack.Redis
https://github.com/ServiceStack/ServiceStack.Redis
StackExchange.Redis
https://github.com/StackExchange/StackExchange.Redis
Best Regards,
Chris