You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: