-
Notifications
You must be signed in to change notification settings - Fork 1k
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
getting NameError: uninitialized constant Redis::Error
error
#1286
Comments
Please share a complete backtrace. |
Actually nevermind, the bug is relatively obvious. Just note that your code still won't work after the fix. |
yeah, I am aware of that this code won't work. just want to confirm that |
Yeah, it should raise a |
okay, let me create a PR for this :) |
reproduce code
i got error like:
I can see
Redis::Error
is used hereredis-rb/lib/redis/pipeline.rb
Line 61 in 433ec69
But I am not sure where it is coming from; maybe this has something to do with our project setup or auto-loading.
The text was updated successfully, but these errors were encountered: