Reputation: 6464
The question is basically summarized in the title: are there any non .NET clients for AppFabric Caching? The question comes because I think AppFabric Caching services are great but currently we are working on a design that would integrate a series of heterogeneous component and we might need to access Caching services from outside the .NET world.
As always, thanks in advance!
Upvotes: 1
Views: 149
Reputation: 46
I have recently replaced all usage of Appfabric with Redis on a very large project doing millions of transactions per day and one that uses alot of caching.
I find Redis a hundred times better than Appfabric and some of my reasons are:
Just try out redis and use servicestacks redis client - you cannot go wrong! redis is the best thing ever and will solve your cross platform/client issues too.
I cannot emphasize enough how much better redis is than appfabric - just try it out.
Upvotes: 2