Memcache++ Client
The Memcache++ client project is a C++ client interface to the memcached server. From the memcached website:
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
You can use Memcache++ in your C++ applications simply by downloading the library and using it in your C++ application. Memcache++ requires no special build instructions to use since it's header-only and is released under the Boost Software License. It requires at least the Boost C++ 1.38 libraries to be available at build time.
This project is hosted on Github -- if you need more information, use the contact form above or join the memcache++ user mailing list to ask questions and post suggestions.
Help Wanted!
The project needs the following contributions to continue further development and improvement of the library:
- Website designers to design and manage the Mecache++ Website.
- Testers on different platforms and compilers to ensure cross-platform operation.
- Programmers interested in extending and improving the implementation.
If you feel like you'd like to help out, please give me your Sourceforge ID so that I can add you to the project.
Development Repository
Currently the development repository is a Github-hosted Git repository available from http://github.com/mikhailberis/memcachepp.git.
Consulting and Support
If you need paid consulting and extension of the memcache++ client for your own needs in a proprietary application, please fill out the contact form and I will get back to you as soon as possible.

