Results 4 issues of Simon

Hi, Unfortunately, Dynomite (0.6.x) couldn't be establishing due to compilation error () on my Debian GNU/Linux 8 (jessie) with OpenSSL 1.1.0g. ``` dyn_crypto.c:129:55: error: invalid application of ‘sizeof’ to incomplete...

good first issues

When I use memcache library on **big load** (more than 20 req/sec) I am get the exception during getting data like depicted below /home/shunanya/worksp_node/test/node_modules/memcache/lib/memcache.js:260 var type = this.callbacks[0].type; ^ TypeError:...

I have noted that while special records in the memcached the library causes the uncaught exceptions. E.g. record like {"agent": "SI-DEC-S1(ENDO)", "user": "[email protected]"} causes exception ERROR while parsing: {"agent":"SI-DEC-S Un-caught...

Hi, I try to use your library in our node-based application that generates a lot of write/read requests to memcached server (with quite big rate). All is fine, but sometimes...