This release of the memcache++ client has an updated fluent interface for easily dealing with the memcached service. The provided fluent interface is also documented appropriately to support different kinds of operations that are semantically closer to C++ usage semantics. This release also has bug fixes for avoiding the ambiguous call to tie.
A new release of memcache++ is now available for download which features support for the 'add', 'replace', 'append', and 'prepend' operations in newer memcached versions. This release is another interim release before version 1.0 which will feature support for the 'cas' instruction, the new 'gets' memcached command, and proper incr/decr support. Download memcache++ from http://sourceforge.net/projects/memcachepp/files/latest and send bug reports and feature requests through http://sourceforge.net/projects/memcachepp/support .
The latest version of the Memcache++ Client is now available for download from Sourceforge through the project website. This latest release introduces a new interface to the Memcache client using a simple embedded domain specific language for performing memcache queries. This new fluent interface will be the basis of a more consistent and extensible interface for the 1.0 release of the library scheduled tentatively by late September 2009.... read more