-
Notifications
You must be signed in to change notification settings - Fork 16
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
Redis 2.6.0 broke this module #16
Comments
Also reported here redis/node-redis#1075 and here thenables/thenify#20 |
Was this fixed in node_redis already? Is there anything we could do about it to fix this or it's more like a thenify thing? |
I don't think that there is anything that needs to be done here since it's fixed upstream, closing... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
redis/node-redis@ffaaf0f
This commit broke this module since thenify is using the function name inside an eval statement. Since the name of one function is now
restore-asking
if fails with a syntax error :(The text was updated successfully, but these errors were encountered: