memcached::Memcached C++ wrapper doesn't give error codes
Bug #1206056 reported by
cube45
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libmemcached |
New
|
Undecided
|
Unassigned |
Bug Description
The class memcached:
Sometimes (for a MEMCACHED_NOTFOUND or a MEMCACHED_
example code:
std::string key = "key";
std::vector<char> readData;
if(!m_
{
memcached_
m_memcached-
}
To post a comment you must log in.