-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix for multi/exec logic with detect_buffers enabled #733
Conversation
It's been around 10 days. Has anyone looked at this? |
It's now been around 20 days. I don't mean to be a bother, but the README told me to be, especially at @DTrejo. :P |
Due to the recent activity in the project.... bump? I'd love to get another pair of eyeballs on this. :) |
Oh wait. I can bump this now with @NodeRedis/contributors :) |
In fact, you hit the "Merge pull request" button, once you rebase it. :) |
…ulti/exec response
lol, yeah. I was waiting to get the 👍 from someone other than myself, so I'll just take your comment as the 👍. :) |
Fix for multi/exec logic with detect_buffers enabled
Fixes #732 and #263.
Basically, fixes the bugs where:
.hgetall
in a multi with detect_buffers while asking for strings mangles the data..hgetall
in a multi with detect_buffers while asking for buffers throws an exception.Thanks!