what can cause node.js to print Killed and exit?

后端 未结 2 1468
执笔经年
执笔经年 2020-12-15 02:54

I have a Node.js app that loads some data from Mysql into Redis when the app starts. It has been working fine up until we modified the data in Mysql.

Now it is just e

2条回答
  •  借酒劲吻你
    2020-12-15 03:11

    Not sure if Redis is what causes the Killed message but that was the cause of my problem.

    I was sending to much data to multi because I originally thought that was the way to use pipelining (which is automatic).

提交回复
热议问题