-
Notifications
You must be signed in to change notification settings - Fork 504
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
Parse the timeout parameter as double in the blocking command #1518
Conversation
@torwig There is something wrong in CI with Darwin Clang, what can i do to deal with it? |
@Yangsx-1 You can try casting |
@Yangsx-1 According to this:
The number of microseconds is always less than one million so |
Oh, i understand. There is no need to worry about overflow! |
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.
LGTM.
@Yangsx-1 Thank you for your contribution.
Thanks all, merging... |
Close #1503
Convert timeout parameter in commands blpop/brpop, bzpopmin/max and bzmpop from int to double.