memcached icon indicating copy to clipboard operation
memcached copied to clipboard

memcached.set callback second parameter.

Open ppsimatikas opened this issue 8 years ago • 1 comments

We have noticed that the memcached.set callback is getting called with an err and an ok. That was an unexpected behavior based on the normal javascript standards.

Also the README.md file has it documented as it is called with only err.

https://github.com/3rd-Eden/memcached/blob/master/README.md

ppsimatikas avatar Aug 04 '16 15:08 ppsimatikas

I've had some theoretical issues with no good callback in the "memcached.se" if none of the memcached instances are running. Is the "ok" callback something that can or should be used?

bjorke avatar Aug 19 '16 13:08 bjorke