Skip to content
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

blpop only accepts integer timeout value while redis can handle double #3379

Open
zenssh opened this issue Sep 14, 2024 · 0 comments
Open

blpop only accepts integer timeout value while redis can handle double #3379

zenssh opened this issue Sep 14, 2024 · 0 comments

Comments

@zenssh
Copy link

zenssh commented Sep 14, 2024

Version: 5.0.8

Platform: Python 3.9.2 on Ubuntu

Description: redis.Redis.blpop only accepts integer timeout value, while the Redis docs state that the timeout can be a double value (starting from Redis 6.0.0): https://redis.io/docs/latest/commands/blpop/. Is there a reason for only accepting integer values regardless of the Redis version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant