libmemcached
libmemcached copied to clipboard
Resurrection of libmemcached
Allow the end-user to disable backtrace support as it raises the following build failure with https://github.com/ianlancetaylor/libbacktrace: ``` /home/buildroot/autobuild/run/instance-1/output-1/build/libmemcached-1.1.4/src/libmemcached/backtrace.cc: In function 'void custom_backtrace()': /home/buildroot/autobuild/run/instance-1/output-1/build/libmemcached-1.1.4/src/libmemcached/backtrace.cc:41:22: error: 'backtrace' was not declared in this...
For command DeleteQ and IncrementQ server memcached return answer: ``` Memcache Protocol, Delete Quietly Response Magic: Response (129) Opcode: Delete Quietly (20) Key Length: 0 Extras length: 0 Data type:...
I'm trying to add libmemcached target in my project by ``` add_subdirectory(${AWESOMIZED_MEMCACHED_DIR}) ``` and it seems that it fails to find _Configure: ``` CMake Error at cmake-build-debug/_deps/libmemcached-src/CMake/_Include.cmake:1 (include): include could...
Support memcached 1.6+ META protocol.
* *Reported as:* [lp:1436744](https://bugs.launchpad.net/bugs/1436744) * *Reported by:* [lp:~grobbelaar](https://launchpad.net/~grobbelaar) * *Reported at:* 2015-03-26T08:52:21Z Imported from Launchpad using lp2gh. ------------------------------------ $ find . -name string.h ./third_party/libmemcached/libmemcached-1.0/struct/string.h ./third_party/libmemcached/libhashkit-1.0/string.h ./third_party/libmemcached/libhashkit/string.h ./third_party/libmemcached/tests/string.h "string.h" is a...
* *Reported as:* [lp:1369598](https://bugs.launchpad.net/bugs/1369598) * *Reported by:* [lp:~omer-drow](https://launchpad.net/~omer-drow) * *Reported at:* 2014-09-15T14:43:19Z Imported from Launchpad using lp2gh. ------------------------------------ psycopg2 provides wait callbacks through libpq which enables usage of gevent and...
* *Reported as:* [lp:1293813](https://bugs.launchpad.net/bugs/1293813) * *Reported by:* [lp:~jtheodore](https://launchpad.net/~jtheodore) * *Reported at:* 2014-03-17T22:12:10Z Imported from Launchpad using lp2gh. ------------------------------------ Various client libraries use libmemcached, and they're blocked on supporting SSL. I...