Hey everyone,

For those of you using memcached in a .Net environment, I am now happy to
announce that the BeIT Memcached Client now supports check and set, append
and prepend. Since those were the last missing features, this means that our
client is now feature complete. All the commands and all of their optional
parameters are now supported!

If you want to use cas, there's some new methods in the client called Gets
which operate exactly like Get, except they also return the cas unique value
as an out parameter. The new CheckAndSet methods of course require a cas
unique value, and they return an enum that corresponds to the four different
results you can get from a cas operation.

So, if anyone out there was waiting for check and set or append and prepend,
you can download the latest version at:
http://code.google.com/p/beitmemcached/

Enjoy!


/Henrik Schröder

Reply via email to