Reputation: 21192
is there a Memcached equivalent written in c# ? open source maybe ?
Upvotes: 5
Views: 650
Reputation: 7154
We are using MemCached in our .net applications and so far we are pretty happy. As to Velocity we considered it as an option. It is supposed to be much more powerful than memcached, but we decided against using it because it is too new (read potentially unstable), and also because the licensing of the released version is unknown at this time
Upvotes: 2
Reputation: 29811
There is Microsoft's upcoming distributed caching framework code named Velocity
I don't know how it will be licensed when released.
Upvotes: 6
Reputation: 31012
If you just need to invoke memcached itself from C#, check out this list of clients.
Upvotes: 1