-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 #1008: HSET is replacing HMSET #1012
Conversation
About checks not passed, I am not sure why, but issues rise in the files I did not touch. Could you please check what is going on |
}); | ||
}); | ||
}); | ||
it("should affect the old way", function(done) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you mean "should not" here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, the whole point was to make hset act the same way as hmset. According to documentation.
Thank you for the contribution. The tests are failed. Could you fix it please? |
Failed tests are in master and not in the files I changed. I will take a look into what causes them, but I am not sure I will have time to fix them this week at least. Probably will file another issue. I forgot to remove logs, my bad. I will work on the stated changes a bit later today. Thanks for your reply. |
@mskuybeda You're right. I did a quick look and created a fix. Please rebase the latest commit on the master branch. |
53a3cf8
to
aa7e21b
Compare
Cherry-picked to the master branch. Thank you for the contribution! |
I have added functionality to ioredis to support HSET the same way as HMSET. Please Review