1

在运行此https://github.com/fictorial/redis-node-client/blob/master/test/test.js#L1093-1097时 给我错误:

/redis-node-client/test$ node test.js
........................................
node.js:178
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
undefined

为什么会出现这个错误?

4

1 回答 1

1

redis-node-client 已被作者弃用和弃用。

我建议使用 node_redis:https ://github.com/mranney/node_redis

真正的原因可能是由于 node.js(撰写本文时版本为 v0.4.8)的一些变化,因为该插件自 2010 年 6 月 14 日(将近一整年)以来没有更新。

于 2011-06-10T12:06:40.883 回答