-
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
feat: add dropBufferSupport option to improve the performance #293
Conversation
cb05340
to
789b322
Compare
789b322
to
14cc39b
Compare
}); | ||
}); | ||
|
||
it('should return strings correctly', 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.
duplicate from two tests below, did you mean to use dropBufferSupport: false
?
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.
This test makes sure non-binary methods (get
, set
) works when dropBufferSupport
is enabled.
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.
Yeah but there is another test that is exactly the same down below (Look at the last test)
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.
8cd7a8c
to
d7f6dce
Compare
https://github.com/luin/ioredis/wiki/Improve-Performance