memcached icon indicating copy to clipboard operation
memcached copied to clipboard

"reconnected" event not working

Open ianshward opened this issue 10 years ago • 1 comments

It looks like the problem is here https://github.com/3rd-Eden/node-memcached/blob/fb2470498810d87feb13c0fb99b93ead8bd093f9/lib/memcached.js#L397-L398 The event that should be emitted is "reconnected", not "reconnect".

ianshward avatar Sep 29 '14 18:09 ianshward

Either the docs are wrong or the code is wrong. I think that in this case it makes sense to just correct the code and release a new version.

3rd-Eden avatar Oct 01 '14 08:10 3rd-Eden