memcached
memcached copied to clipboard
Where I put all my changes :)
We're using Couchbase client 1.4.2 with Spymemcached 2.11.3 to connect to Couchbase 2.2.0 production cluster. We specify quite a small operations timeout (10 ms) overriding net.spy.memcached.ConnectionFactory.getOperationTimeout() to comply with production...
backport of your 'make dist' fix to the branch we're using for 1.8.1r
Duplicated code there. See line 1017. Thanks ``` /* Nuke a partial output... */ c->msgcurr = 0; c->msgused = 0; c->iovused = 0; add_msghdr(c); /* Nuke a partial output... */...
The flush_all command has "delay" option, whose value might be a negative integer. In that case, the correct operation of flush_all is not defined. I think, immediate invalidation might be...