memcached
memcached copied to clipboard
"reconnected" event not working
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".
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.