VPN - AbortError: Redis connection lost and command aborted. It might have been processed.
See original GitHub issue- Version:
redis 2.7.1
- Platform:
node v6.9.4 / macOS Sierra
- Description:
I get an AbortError
when having a active connection to the redis store via tunneling, the VPN turns off and on again:
AbortError: Redis connection lost and command aborted. It might have been processed.
at RedisClient.flush_and_error (/.../node_modules/redis/index.js:357:23)
at RedisClient.connection_gone (/.../node_modules/redis/index.js:659:14)
at RedisClient.on_error (/.../node_modules/redis/index.js:405:10)
at Socket.<anonymous> (/.../node_modules/redis/index.js:279:14)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at emitErrorNT (net.js:1278:8)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickDomainCallback (internal/process/next_tick.js:122:9)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top Results From Across the Web
AbortError: Redis connection lost and command aborted. It ...
VPN - AbortError: Redis connection lost and command aborted. It might ... It might have been processed. at RedisClient.flush_and_error (/.
Read more >aborterror: redis connection lost and command ... - You.com
We are using Express JS and trying to connect to Redis Cluster. AbortError: Redis connection lost and command aborted. It might have been...
Read more >Redis connection lost and command aborted. It might have ...
We are using Express JS and trying to connect to Redis Cluster. AbortError: Redis connection lost and command aborted. It might have been...
Read more >AbortError: Redis connection lost and command aborted. It ...
It might have been processed. with econnreset. How can I keep the connection alive? I am using the Redis version on server Redis...
Read more >My Node.js droplet can't connect to DigitalOcean Managed redis
2|index | AbortError: Ready check failed: Redis connection lost and command aborted. It might have been processed.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have many errors about it on amazon servers without vpn and they use internal ip between to connect to redis.
I have the same problem without vpn in mac. Have you finished it ?