summaryrefslogtreecommitdiff
path: root/tests/cpp_example.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update all config.h usage.Brian Aker2012-10-281-1/+1
|
* Fix common test usage, and merge in additional document changes.Brian Aker2011-06-241-0/+1
|
* Merge in updates to make sure exit/return is done properly.Brian Aker2011-03-171-1/+1
|
* Updated the C++ interface example to print out statistics that are retrievedPadraig O'Sullivan2009-10-201-29/+21
| | | | using the getStats() method.
* Used std::string instead of char and sprintf for constructing an errorPadraig O'Sullivan2009-09-191-0/+8
| | | | message.
* Updated the getCache() method to actually pick a random client from thePadraig O'Sullivan2009-09-191-3/+6
| | | | vector of clients.
* Updated the destructor for the C++ example to correctly release memory.Padraig O'Sullivan2009-09-191-0/+12
|
* Updated the C++ header file to correctly add memcached servers in thePadraig O'Sullivan2009-09-191-0/+179
constructor.