node.js中的redis execError

时间:2014-08-07 12:07:54

标签: node.js redis apiaxle

在我的节点应用程序中,我使用redis服务器作为我的数据存储。经常我收到以下错误:

ERROR: EXECABORT Transaction discarded because of previous errors.     

我是redis和node.js.的新手。我在谷歌搜索了很多这个错误,但我找不到正确的解决方案。

有人建议FLUSHALL命令,我也试过,但我仍然得到同样的错误。

有些建议是问题与MAXMEMORY有关,我不清楚。 帮我解决这个问题。谢谢你提前

我的配置文件:

{
  "redis": {
    "host": "localhost",    
    "port": 6379    
  },
  "logging": {
  "level": "INFO",
  "appenders": [
    {
      "type": "file",
      "filename": "/home/testuser/production.log"
    },
    {
      "type": "console"
    }
  ]
}
}

我正在使用apiaxle(第三方产品),因为只有我收到此错误

0 个答案:

没有答案