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

MULTI error handling #550

Closed
guileen opened this issue Feb 10, 2014 · 2 comments
Closed

MULTI error handling #550

guileen opened this issue Feb 10, 2014 · 2 comments
Labels

Comments

@guileen
Copy link

guileen commented Feb 10, 2014

this callback error [err, null]

redis.eval('1/0', 0, console.log)

But this do not callback error, [null, 'ERR ...']

redis.multi().eval('1/0', 0).exec(console.log)

Even this do not callback error, [null, 'ERR, ...']

redis.multi().eval('1/0', 0, console.log).exec(console.log)
@blainsmith
Copy link
Contributor

In order to better support this project and its new group of collaborators under a new org we are trying to clean up and close issues older than 6 months. Your issue may have been fixed since the issue was open, however, if you are still experiencing a problem please re-open this issue and we will label it accordingly.

@BridgeAR
Copy link
Contributor

This is fixed from v.2.0 on.

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

No branches or pull requests

3 participants