node-memcache icon indicating copy to clipboard operation
node-memcache copied to clipboard

node.js memcached client

Results 26 node-memcache issues
Sort by recently updated
recently updated
newest added

This isn't actually a issue. But can somebody help me. I need to redirect to a page everytime the cache value changes EX: cache key 'id' = 123 so it...

Searching the buffer string for "END" causes problems if the data inside contains the substring "END". For example, if I retrieve the string "Please do not EXTEND beyond the edge"...

Also properly handle heavier load properly by using the returned length of the data as provided by the memcached instead of searching for END

process.EventEmitter is deprecated

Extra parenthesis in client.version example

Any plans to add connection pooling to the project?

Hi, from a quick glance it seems only the text based protocol is supported. Any plans to support the binary protocol? thanks. Dieter

There doesn't seem to be any license information for this repository/package. It is unusable without a license.

match 'VALUE ' and '\r\nEND\r\n' more accurately