我们在服务器日志上不断收到错误消息,表明Redis连接已丢失并且命令中止。我们正在使用Express JS并尝试连接到Redis Cluster。
AbortError: Redis connection lost and command aborted. It might have been processed.
at RedisClient.flush_and_error (/var/www/project/stg/node_modules/redis/index.js:362:23)
at RedisClient.connection_gone (/var/www/project/stg/node_modules/redis/index.js:664:14)
at RedisClient.on_error (/var/www/project/stg/node_modules/redis/index.js:410:10)
at Socket.anonymous (/var/www/project/stg/node_modules/redis/index.js:279:14)
at Socket.emit (events.js:210:5)
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21)