You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After playing with the node debugger for a while I found that NR hijacks the memcached.command function and manages to drop the last arg (the server arg) causing the client to not dispatch the getMulti calls correctly (all calls sent to the same server)
So, this client code is fine, this is just a FYI if you use NewRelic. I'll dig deeper and open an issue on the NR lib.
The text was updated successfully, but these errors were encountered:
After playing with the node debugger for a while I found that NR hijacks the memcached.command function and manages to drop the last arg (the server arg) causing the client to not dispatch the getMulti calls correctly (all calls sent to the same server)
So, this client code is fine, this is just a FYI if you use NewRelic. I'll dig deeper and open an issue on the NR lib.
The text was updated successfully, but these errors were encountered: