Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite error: ERR unknown command 'blpop' #17

Closed
zdzolton opened this issue Apr 27, 2010 · 4 comments
Closed

Test suite error: ERR unknown command 'blpop' #17

zdzolton opened this issue Apr 27, 2010 · 4 comments

Comments

@zdzolton
Copy link

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

@fictorial
Copy link
Owner

Ah, you need redis 1.3.8

@shawndumas
Copy link

how's 'bout -- AssertionError: "testZINTER" "ERR unknown command 'zinter'" --?

mac os x 10.6.3
node 0.1.92
redis 2.1.1

please and thank you!

@fictorial
Copy link
Owner

Use the redis-2.0 branch of redis-node-client.

@shawndumas
Copy link

got it thank you.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants