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.
Hi, After a search to understand why SSO connections fails, I saw that a value set by memcached on a node instance and read by another one few ms after...
Hi, I am facing Issues with this npm, I have added 2 servers and given 3rd server for the case of failure. var Memcached = require('memcached'); var memcached = new...
I was doing some work on atomic updates to Memcache using CAS, and ran it an issue when you have namespaces enabled in your Memcached-client: The namespace would still be...
At least in MEMCACHED_DISTRIBUTION_CONSISTENT, MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED mode libmemcached, by default, does not use the namespace prefix when computing a key's hash to select a server. This library always uses the namespace...
Hey folks, Could there possibly be an event added for when we manage to successfully connect to Memcached servers? I like to log both connection success and failures. Cheers
Implements a new option (`enabled`) for issue #291 By default to `true`, it doesn't change the current behavior. If set to `false`, bypass the memcached calls, invoking the error callback...
Hello, I am trying to connect memcached to a server listening on socket, it works perfectly fine with `memcached-0.2.8` but gives me `ENOENT` error with the latest `memcached-2.1.0`. I am...
Hi, We noticed node-memcached returning wrong documents when node was under very high load of hundreds of requests per seconds. In these situations, doing get for key A returned document...
…iling silently for no reason other than the fact that a callback was not provided. This fixes issue #248
Memcached error: xx.xx.xx.xx:11211 had an issue: Error: write EPIPE,Error: write EPIPE,Error: write EPIPE,Error: write EPIPE,Error: read ECONNRESET,Error: read ECONNRESET,Error: write EPIPE { server: '172.16.13.67:11211', [ 'Error: write EPIPE', 'Error: write...