is there a Memcached equivalent written in c# ? open source maybe ?
note this is not compatible with memcached (if that's what Yassir meant by "equivalent")
zvolkov
2009-11-07 15:13:40
@zvolkov: I suspect that Yassir meant "equivalent" when using the word "equivalent" ;)
AnthonyWJones
2009-11-07 15:16:24
@Anthony: actually i meant it :) i want a distributed in-memory cache system written in managed code
Yassir
2009-11-07 15:31:02
+1
A:
If you just need to invoke memcached itself from C#, check out this list of clients.
Jim Ferrans
2009-11-07 15:24:33
+2
A:
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
mfeingold
2009-11-07 20:53:05