memcached icon indicating copy to clipboard operation
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.

Results 101 memcached issues
Sort by recently updated
recently updated
newest added

work the same memcached with PHP,but PHP hashing is one_at_a_time

Providing a callback (while best to do) is typically not required. Not providing one with a set() call causes Utils.validateArg to fail. However, since validateArg only reports errors using the...

Unable to install memcached on RedHat. The install continues to fail on installation on hashring. glibc-devel and gcc-c++ are installed. [email protected] install /opt/node-v0.12.2-linux-x86/bin/node_modules/memcached/node_modules/hashring node-gyp rebuild make: Entering directory /opt/node-v0.12.2-linux-x86/bin/node_modules/memcached/node_modules/hashring/build' CXX(target)...

Hi, Is there any way to avoid the build during installation of memcached on windows? Thx!

Since the `flag` parameter is an arbitrary integer value, we need the ability to pass a `flag` value. We have memcached libraries on other platforms that treat the `flag` value...

/usr/lib/node_modules/memcached/node_modules/hashring/node_modules/bindings/bindings.js:83 throw e ^ Error: Module did not self-register. at Error (native) at Module.load (module.js:339:32) at Function.Module._load (module.js:294:12) at Module.require (module.js:349:17) at require (module.js:368:17) at bindings (/usr/lib/node_modules/memcached/node_modules/hashring/node_modules/bindings/bindings.js:76:44) at Object. (/usr/lib/node_modules/memcached/node_modules/hashring/index.js:3:36)...

Length isn't the only restriction that memcached placed on keys; they also can't contains spaces or control characters. It would be great if there were an option (`keySanitization`?) with behavior...

@3rd-Eden have you thought about adding dynamic registration of new memcached servers to the hashring? I'm imagining a `reconnectAttempts` setting, whereby once a node fails and fails to reconnect after...

to test memcached locally, i use below configurations { poolSize: 1, timeout: 1, retries: 0, retry: 100, debug: true } since the timeout has been set to 1ms, i can...

I bumped into an issue with reconnecting to failed memcached instance. While trying to reproduce I found out that the ping check performed in lib/connection.js might keep spawned process for...