memcached
memcached copied to clipboard
A fully featured Memcached client build on top of Node.js. Build with scaling in mind so it will support Memcached clusters and consistent hashing.
It seems to be that when a "ECONNRESET" error is encountered there is no attempt to reconnect until the socket times out (producing the "Timed out while trying to establish...
There is a small window of value size just under the max value size that causes a SERVER_ERROR. That window is the key length + the length of meta data...
In recent PR, you merged a change with below line. https://github.com/3rd-Eden/node-memcached/blob/master/lib/memcached.js#L134 Because of that line, even when an address is a path to unix socket, it appends port :11211 to...
When trying to connect to the latest memcached (1.4.24), it failed with an invalid version string. The version string used to be: VERSION 1.4.15 Now it becomes: VERSION 1.4.24 Ubuntu...
desc:save \n to memcached,the result is error.Data in memcached has char:\ os:osx yosemite 10.10.3
Before patching this patch, some functions attached to the object will be parsed and thrown errors! For an example: ``` javascript Array.prototype.foo = function() {}; var a = []; for(var...