1

while running this https://github.com/fictorial/redis-node-client/blob/master/test/test.js#L1093-1097 giving me error :

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

why this error is coming ?

1 Answer 1

1

redis-node-client is deprecated and abandoned by the author.

I would suggest using node_redis: https://github.com/mranney/node_redis

The real reason is probably due to some changes in node.js (version v0.4.8 as of this writing) as the plugin was not updated since June 14th, 2010 (nearly an entire year).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.