You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an FYI, really, I get the following when I run the tests:
$ node ./test/test.js
.............................................................................................AssertionError: "testBLPOP 2" "ERR unknown command 'blpop'"
at /Users/zach/.node_libraries/redis-node-client/test/test.js:1532:25
at Client.onReply_ (/Users/zach/.node_libraries/redis-node-client/lib/redis-client.js:402:34)
at /Users/zach/.node_libraries/redis-node-client/lib/redis-client.js:158:30
at ReplyParser.feed (/Users/zach/.node_libraries/redis-node-client/lib/redis-client.js:175:55)
at Stream.<anonymous> (/Users/zach/.node_libraries/redis-node-client/lib/redis-client.js:347:28)
at IOWatcher.callback (net:303:16)
at node.js:748:9
Given the environment:
mac os x 10.6.3
node 0.1.91
redis 1.2.6
Thanks,
Zach
The text was updated successfully, but these errors were encountered:
Just an FYI, really, I get the following when I run the tests:
Given the environment:
mac os x 10.6.3
node 0.1.91
redis 1.2.6
Thanks,
Zach
The text was updated successfully, but these errors were encountered: