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
While trying to dump a database with require SSL connect true, in azure, I am stopped by
events.js:183
throw er; // Unhandled 'error' event
^
AbortError: Ready check failed: Redis connection lost and command aborted. It might have been processed.
at RedisClient.flush_and_error (...\npm\node_modules\redis-dump\node_modules\redis\index.js:362:23)
at RedisClient.connection_gone (...\npm\node_modules\redis-dump\node_modules\redis\index.js:664:14)
at Socket.<anonymous> (...\npm\node_modules\redis-dump\node_modules\redis\index.js:293:14)
at Object.onceWrapper (events.js:313:30)
at emitNone (events.js:111:20)
at Socket.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1055:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
I am assuming this issue is caused by SSL but unsure.
The text was updated successfully, but these errors were encountered:
While trying to dump a database with require SSL connect true, in azure, I am stopped by
I am assuming this issue is caused by SSL but unsure.
The text was updated successfully, but these errors were encountered: