Google Cloud Functions & Redis: ECONNRESET
问题 Does anyone know why I continually get this error from cloud functions (google cloud functions) when using ioredis module? [ioredis] Unhandled error event: Error: read ECONNRESET at _errnoException (util.js:1022:11) at TLSWrap.onread (net.js:628:25) error log sample The error never stops. It doesn't affect normal operation (meaning, I can perform all desired operaitons just fine with ioredis module & my redis). Its incredibly obnoxious and makes it impossible to debug cloud function